Deleted Added
full compact
42c42
< __FBSDID("$FreeBSD: head/usr.bin/make/suff.c 103508 2002-09-17 22:31:26Z jmallett $");
---
> __FBSDID("$FreeBSD: head/usr.bin/make/suff.c 103545 2002-09-18 16:13:03Z jmallett $");
417c417
< DEBUGF(SUFF, "inserting %s(%d)...", s->name, s->sNum);
---
> DEBUGF(SUFF, ("inserting %s(%d)...", s->name, s->sNum));
419c419
< DEBUGF(SUFF, "at end of list\n");
---
> DEBUGF(SUFF, ("at end of list\n"));
424c424
< DEBUGF(SUFF, "before %s(%d)\n", s2->name, s2->sNum);
---
> DEBUGF(SUFF, ("before %s(%d)\n", s2->name, s2->sNum));
429c429
< DEBUGF(SUFF, "already there\n");
---
> DEBUGF(SUFF, ("already there\n"));
622,623c622,623
< DEBUGF(SUFF, "defining transformation from `%s' to `%s'\n",
< s->name, t->name);
---
> DEBUGF(SUFF, ("defining transformation from `%s' to `%s'\n",
> s->name, t->name));
661,662c661,662
< DEBUGF(SUFF, "deleting transformation from `%s' to `%s'\n",
< s->name, t->name);
---
> DEBUGF(SUFF, ("deleting transformation from `%s' to `%s'\n",
> s->name, t->name));
679c679
< DEBUGF(SUFF, "transformation %s complete\n", gn->name);
---
> DEBUGF(SUFF, ("transformation %s complete\n", gn->name));
1153c1153
< DEBUGF(SUFF, "\ttrying %s...", s->file);
---
> DEBUGF(SUFF, ("\ttrying %s...", s->file));
1176c1176
< DEBUGF(SUFF, "not there\n");
---
> DEBUGF(SUFF, ("not there\n"));
1183c1183
< DEBUGF(SUFF, "got it\n");
---
> DEBUGF(SUFF, ("got it\n"));
1269c1269
< DEBUGF(SUFF, "\tusing existing source %s\n", s->name);
---
> DEBUGF(SUFF, ("\tusing existing source %s\n", s->name));
1320c1320
< DEBUGF(SUFF, "Expanding \"%s\"...", cgn->name);
---
> DEBUGF(SUFF, ("Expanding \"%s\"...", cgn->name));
1409c1409
< DEBUGF(SUFF, "%s...", gn->name);
---
> DEBUGF(SUFF, ("%s...", gn->name));
1430c1430
< DEBUGF(SUFF, "\n");
---
> DEBUGF(SUFF, ("\n"));
1446c1446
< DEBUGF(SUFF, "Wildcard expanding \"%s\"...", cgn->name);
---
> DEBUGF(SUFF, ("Wildcard expanding \"%s\"...", cgn->name));
1451c1451
< DEBUGF(SUFF, "suffix is \"%s\"...", s->name);
---
> DEBUGF(SUFF, ("suffix is \"%s\"...", s->name));
1472c1472
< DEBUGF(SUFF, "%s...", cp);
---
> DEBUGF(SUFF, ("%s...", cp));
1499c1499
< DEBUGF(SUFF, "\n");
---
> DEBUGF(SUFF, ("\n"));
1583c1583
< DEBUGF(SUFF, "\tapplying %s -> %s to \"%s\"\n", s->name, t->name, tGn->name);
---
> DEBUGF(SUFF, ("\tapplying %s -> %s to \"%s\"\n", s->name, t->name, tGn->name));
1689c1689
< DEBUGF(SUFF, "using null suffix\n");
---
> DEBUGF(SUFF, ("using null suffix\n"));
1719,1720c1719,1720
< DEBUGF(SUFF, "\tNo transformation from %s -> %s\n",
< ms->name, ((Suff *)Lst_Datum(ln))->name);
---
> DEBUGF(SUFF, ("\tNo transformation from %s -> %s\n",
> ms->name, ((Suff *)Lst_Datum(ln))->name));
1862c1862
< DEBUGF(SUFF, "\tNo known suffix on %s. Using .NULL suffix\n", gn->name);
---
> DEBUGF(SUFF, ("\tNo known suffix on %s. Using .NULL suffix\n", gn->name));
1883c1883
< DEBUGF(SUFF, "not ");
---
> DEBUGF(SUFF, ("not "));
1886c1886
< DEBUGF(SUFF, "adding suffix rules\n");
---
> DEBUGF(SUFF, ("adding suffix rules\n"));
1934c1934
< DEBUGF(SUFF, "\tNo valid suffix on %s\n", gn->name);
---
> DEBUGF(SUFF, ("\tNo valid suffix on %s\n", gn->name));
2177c2177
< DEBUGF(SUFF, "SuffFindDeps (%s)\n", gn->name);
---
> DEBUGF(SUFF, ("SuffFindDeps (%s)\n", gn->name));