summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/globals.h
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2009-04-07 19:49:38 +0000
committerfjoe <fjoe@FreeBSD.org>2009-04-07 19:49:38 +0000
commitaff2f6a35ad17ffbe8f70440692c7429673cfa57 (patch)
tree62328bf7f402678c38010811a1c3b152881cb521 /usr.bin/make/globals.h
parentc19a362092c477c7ba8435cb7f9756152848d978 (diff)
downloadFreeBSD-src-aff2f6a35ad17ffbe8f70440692c7429673cfa57.zip
FreeBSD-src-aff2f6a35ad17ffbe8f70440692c7429673cfa57.tar.gz
Avoid infinite loops when remaking makefiles not only
for Makefile targets but also for targets they depend on.
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 c2e1f11..6f75eaf 100644
--- a/usr.bin/make/globals.h
+++ b/usr.bin/make/globals.h
@@ -81,6 +81,7 @@ 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 */
+extern Boolean remakingMakefiles; /* True if remaking makefiles is in progress */
/* True if should continue on unaffected portions of the graph
* when have an error in one portion */
OpenPOWER on IntegriCloud