Date: Sat, 28 Sep 2002 16:35:07 -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 main.c make.c parse.c suff.c targ.c var.c Message-ID: <200209282335.g8SNZ7Fs067082@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2002/09/28 16:35:07 PDT
Modified files:
usr.bin/make compat.c main.c make.c parse.c suff.c
targ.c var.c
Log:
Make make(1) WARNS=6 clean except for const issues. This mostly involves
renaming variables to not shadow libc functions or greater scope locals. Kinda
makes one wonder if the extern ones weren't meant in some of these places :)
The only thing I'd still like to do WRT this is possibly combine rstat and
status in compat.c -- that should be fine, as I do not think the codepaths
will want both around at once.
Sponsored by: Bright Path Solutions
Revision Changes Path
1.33 +5 -5 src/usr.bin/make/compat.c
1.72 +16 -16 src/usr.bin/make/main.c
1.21 +3 -3 src/usr.bin/make/make.c
1.45 +11 -11 src/usr.bin/make/parse.c
1.25 +15 -15 src/usr.bin/make/suff.c
1.24 +3 -3 src/usr.bin/make/targ.c
1.34 +16 -16 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?200209282335.g8SNZ7Fs067082>
