Date: Sat, 28 Sep 2002 13:03:27 -0700 (PDT) From: Juli Mallett <jmallett@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make compat.c cond.c dir.c job.c parse.c str.c suff.c targ.c var.c Message-ID: <200209282003.g8SK3RS9004959@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2002/09/28 13:03:27 PDT Modified files: usr.bin/make compat.c cond.c dir.c job.c parse.c str.c suff.c targ.c var.c Log: Add empty default cases where they should be, remove non-local execution stuff in compat.c which doesn't even have preprocessor-conditional-hidden support code, and add a debugging statement where we might end up with a nil list somehow, but where I doubt it. First confirmed userland kill for Flexelint. Sponsored by: Bright Path Solutions Revision Changes Path 1.32 +5 -13 src/usr.bin/make/compat.c 1.23 +2 -0 src/usr.bin/make/cond.c 1.28 +2 -0 src/usr.bin/make/dir.c 1.42 +2 -0 src/usr.bin/make/job.c 1.44 +6 -1 src/usr.bin/make/parse.c 1.24 +4 -0 src/usr.bin/make/str.c 1.24 +5 -0 src/usr.bin/make/suff.c 1.23 +2 -0 src/usr.bin/make/targ.c 1.33 +8 -0 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?200209282003.g8SK3RS9004959>