cvs commit: src/usr.bin/make Makefile hash_tables.c make.1 parse.c
Poul-Henning Kamp
phk at FreeBSD.org
Mon Sep 26 13:31:01 PDT 2005
phk 2005-09-26 20:31:00 UTC
FreeBSD src repository
Modified files:
usr.bin/make Makefile hash_tables.c make.1 parse.c
Log:
Add a .sinclude directive which does the exact same as .include, except
whine when the file cannot be found and opened.
Revision Changes Path
1.62 +2 -0 src/usr.bin/make/Makefile
1.3 +17 -17 src/usr.bin/make/hash_tables.c
1.91 +9 -1 src/usr.bin/make/make.1
1.109 +17 -2 src/usr.bin/make/parse.c
More information about the cvs-src
mailing list