Deleted Added
full compact
42c42
< __FBSDID("$FreeBSD: head/usr.bin/make/arch.c 103503 2002-09-17 21:29:06Z jmallett $");
---
> __FBSDID("$FreeBSD: head/usr.bin/make/arch.c 103508 2002-09-17 22:31:26Z jmallett $");
623a624,626
> /* XXX Multiple levels may be asked for, make this conditional
> * on one, and use DEBUGF.
> */
625c628
< printf("ArchStat: Extended format entry for %s\n", memName);
---
> fprintf(stderr, "ArchStat: Extended format entry for %s\n", memName);
699,701c702
< if (DEBUG(ARCH)) {
< printf("Attempted to redefine an SVR4 name table\n");
< }
---
> DEBUGF(ARCH, "Attempted to redefine an SVR4 name table\n");
713,715c714
< if (DEBUG(ARCH)) {
< printf("Reading an SVR4 name table failed\n");
< }
---
> DEBUGF(ARCH, "Reading an SVR4 name table failed\n");
732,734c731
< if (DEBUG(ARCH)) {
< printf("Found svr4 archive name table with %zu entries\n", entry);
< }
---
> DEBUGF(ARCH, "Found svr4 archive name table with %zu entries\n", entry);
743,745c740
< if (DEBUG(ARCH)) {
< printf("Could not parse SVR4 name %s\n", name);
< }
---
> DEBUGF(ARCH, "Could not parse SVR4 name %s\n", name);
749,752c744,745
< if (DEBUG(ARCH)) {
< printf("SVR4 entry offset %s is greater than %zu\n",
< name, ar->fnamesize);
< }
---
> DEBUGF(ARCH, "SVR4 entry offset %s is greater than %zu\n",
> name, ar->fnamesize);
756,758c749
< if (DEBUG(ARCH)) {
< printf("Replaced %s with %s\n", name, &ar->fnametab[entry]);
< }
---
> DEBUGF(ARCH, "Replaced %s with %s\n", name, &ar->fnametab[entry]);
878a870,872
> /*
> * XXX choose one.
> */
1183a1178
> /* XXX choose one. */