summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/globals.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-03-12 14:50:58 +0000
committerobrien <obrien@FreeBSD.org>2008-03-12 14:50:58 +0000
commit7658c18ee933f8903295380209083dfdd36078f9 (patch)
tree167ef509c912d8665e1544a453ee24ee71bc9af6 /usr.bin/make/globals.h
parentf2e5e0ae4524d1a3d5058c7486915c7904b59944 (diff)
downloadFreeBSD-src-7658c18ee933f8903295380209083dfdd36078f9.zip
FreeBSD-src-7658c18ee933f8903295380209083dfdd36078f9.tar.gz
If the special target .MAKEFILEDEPS exists, then enable the
"remaking makefiles" feature. Otherwise, follow traditional Pmake behavior. (hash table will be regenerated and committed follow this commit)
Diffstat (limited to 'usr.bin/make/globals.h')
-rw-r--r--usr.bin/make/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/globals.h b/usr.bin/make/globals.h
index 465c4f3..04c7da9 100644
--- a/usr.bin/make/globals.h
+++ b/usr.bin/make/globals.h
@@ -78,6 +78,7 @@ extern Boolean beVerbose; /* True if should print extra cruft */
extern Boolean noExecute; /* True if should execute nothing */
extern Boolean allPrecious; /* True if every target is precious */
extern Boolean is_posix; /* .POSIX target seen */
+extern Boolean mfAutoDeps; /* .MAKEFILEDEPS target seen */
/* True if should continue on unaffected portions of the graph
* when have an error in one portion */
OpenPOWER on IntegriCloud