summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/globals.h
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-05-12 11:58:39 +0000
committerharti <harti@FreeBSD.org>2005-05-12 11:58:39 +0000
commitad17767376c1077543ed54a2d7ac91d33e4eff8a (patch)
tree20559f28395cadbc2deab1bc7777936560e09622 /usr.bin/make/globals.h
parentd25fe4420098397b0e958b7de309e86708668e42 (diff)
downloadFreeBSD-src-ad17767376c1077543ed54a2d7ac91d33e4eff8a.zip
FreeBSD-src-ad17767376c1077543ed54a2d7ac91d33e4eff8a.tar.gz
Move some global variables to the correct files.
Submitted by: Max Okumoto <okumoto@ucsd.edu> (7.232)
Diffstat (limited to 'usr.bin/make/globals.h')
-rw-r--r--usr.bin/make/globals.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/make/globals.h b/usr.bin/make/globals.h
index e8d66c0..e23de1e 100644
--- a/usr.bin/make/globals.h
+++ b/usr.bin/make/globals.h
@@ -93,10 +93,6 @@ extern Boolean usePipes;
* targets are out-of-date */
extern Boolean queryFlag;
-/* TRUE if environment should be searched for all variables before
- * the global context */
-extern Boolean checkEnvFirst;
-
/* List of specific variables for which the environment should be
* searched before the global context */
extern Lst envFirstVars;
OpenPOWER on IntegriCloud