Module Name: src Committed By: sjg Date: Wed May 4 20:38:32 UTC 2011
Modified Files: src/usr.bin/make: main.c make.1 make.h meta.c Log Message: Add .MAKE.META.BAILIWICK - to identify the scope of make's control. meta_oodate: if a file that was written or linked within our bailiwick, but outside of .OBJDIR is missing, add it to missingFiles. If we get to the end of the .meta file without seeing it [re]moved, then consider the target out-of-date. To generate a diff of this commit: cvs rdiff -u -r1.196 -r1.197 src/usr.bin/make/main.c cvs rdiff -u -r1.188 -r1.189 src/usr.bin/make/make.1 cvs rdiff -u -r1.85 -r1.86 src/usr.bin/make/make.h cvs rdiff -u -r1.16 -r1.17 src/usr.bin/make/meta.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.