cvs commit: src/usr.bin/make cond.c globals.h main.c make.h
Hartmut Brandt
harti at FreeBSD.org
Thu Apr 28 08:37:26 PDT 2005
harti 2005-04-28 15:37:26 UTC
FreeBSD src repository
Modified files:
usr.bin/make cond.c globals.h main.c make.h
Log:
Introduce a flag to enable extended warnings (-x) and make them off
by default. This should fix the problem of getting lots of errors
when building with an up-to-date make and old *.mk files.
Revision Changes Path
1.47 +7 -4 src/usr.bin/make/cond.c
1.4 +4 -0 src/usr.bin/make/globals.h
1.134 +13 -4 src/usr.bin/make/main.c
1.30 +7 -0 src/usr.bin/make/make.h
More information about the cvs-src
mailing list