Module Name: src Committed By: rillig Date: Mon Aug 3 20:26:09 UTC 2020
Modified Files: src/usr.bin/make: Makefile arch.c buf.c cond.c dir.c for.c main.c meta.c parse.c str.c trace.c var.c Log Message: make(1): no declaration-after-statement anymore NetBSD make is intended to be maximally portable, therefore it uses only C89. This was not declared in the Makefile before. There are still a few places in parse.c and metachar.c that use end-of-line comments. These will be fixed in a follow-up commit. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/usr.bin/make/Makefile cvs rdiff -u -r1.80 -r1.81 src/usr.bin/make/arch.c cvs rdiff -u -r1.30 -r1.31 src/usr.bin/make/buf.c cvs rdiff -u -r1.87 -r1.88 src/usr.bin/make/cond.c cvs rdiff -u -r1.83 -r1.84 src/usr.bin/make/dir.c cvs rdiff -u -r1.60 -r1.61 src/usr.bin/make/for.c cvs rdiff -u -r1.295 -r1.296 src/usr.bin/make/main.c cvs rdiff -u -r1.91 -r1.92 src/usr.bin/make/meta.c cvs rdiff -u -r1.246 -r1.247 src/usr.bin/make/parse.c cvs rdiff -u -r1.54 -r1.55 src/usr.bin/make/str.c cvs rdiff -u -r1.14 -r1.15 src/usr.bin/make/trace.c cvs rdiff -u -r1.411 -r1.412 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.