Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 07/01/2004 04:39:31
Module Name:	src
Committed By:	jmc
Date:		Thu Jul  1 04:39:31 UTC 2004

Modified Files:
	src/usr.bin/make: arch.c compat.c dir.c job.c main.c make.c targ.c
	    var.c

Log Message:
Add some checks for gcc around a few function declarations and note the
unused variables. Also fix a few other warnings that PR#22118 shows when
trying to compile bmake on non-NetBSD hosts


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/usr.bin/make/arch.c
cvs rdiff -r1.54 -r1.55 src/usr.bin/make/compat.c
cvs rdiff -r1.41 -r1.42 src/usr.bin/make/dir.c
cvs rdiff -r1.85 -r1.86 src/usr.bin/make/job.c
cvs rdiff -r1.102 -r1.103 src/usr.bin/make/main.c
cvs rdiff -r1.53 -r1.54 src/usr.bin/make/make.c
cvs rdiff -r1.31 -r1.32 src/usr.bin/make/targ.c
cvs rdiff -r1.88 -r1.89 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.