Date: Wed, 18 Sep 2002 09:13:04 -0700 (PDT) From: Juli Mallett <jmallett@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make arch.c compat.c cond.c dir.c for.c job.c main.c make.c make.h nonints.h parse.c suff.c targ.c var.c Message-ID: <200209181613.g8IGD8AJ079872@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2002/09/18 09:13:04 PDT Modified files: usr.bin/make arch.c compat.c cond.c dir.c for.c job.c main.c make.c make.h nonints.h parse.c suff.c targ.c var.c Log: Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which is merely printf() but to stderr. This takes care of the caveat which lead to the use of a vararg macro -- getting everything to stderr. Revision Changes Path 1.31 +7 -7 src/usr.bin/make/arch.c 1.31 +4 -4 src/usr.bin/make/compat.c 1.22 +4 -4 src/usr.bin/make/cond.c 1.27 +26 -26 src/usr.bin/make/dir.c 1.18 +4 -4 src/usr.bin/make/for.c 1.41 +37 -37 src/usr.bin/make/job.c 1.71 +22 -0 src/usr.bin/make/main.c 1.20 +17 -17 src/usr.bin/make/make.c 1.21 +2 -3 src/usr.bin/make/make.h 1.17 +1 -0 src/usr.bin/make/nonints.h 1.42 +1 -1 src/usr.bin/make/parse.c 1.23 +29 -29 src/usr.bin/make/suff.c 1.21 +2 -2 src/usr.bin/make/targ.c 1.32 +7 -7 src/usr.bin/make/var.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209181613.g8IGD8AJ079872>