summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-02-27 03:18:10 +0000
committerjkh <jkh@FreeBSD.org>1999-02-27 03:18:10 +0000
commit0dd31950cdce992fa20722e191aef96b3f8b3a8b (patch)
tree065ede88fb02e652f67a95d8b95d3286049bce72 /Makefile.inc1
parent6a9aaefddfce380d1c3e03cb8009ac5e974e222e (diff)
downloadFreeBSD-src-0dd31950cdce992fa20722e191aef96b3f8b3a8b.zip
FreeBSD-src-0dd31950cdce992fa20722e191aef96b3f8b3a8b.tar.gz
Add a new flag, "WORLD", for telling certain tools that they're
being build as part of a bootstrap.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index dbaa3e0..a1f11c0 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.62 1999/01/27 15:08:05 jkh Exp $
+# $Id: Makefile.inc1,v 1.63 1999/02/14 13:56:14 des Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -129,9 +129,9 @@ SUPFLAGS?= -g -L 2 -P -
# XXX actually, we do need to waste time building shared libraries.
#
.if defined(NOCLEAN)
-MK_FLAGS= -DNOINFO -DNOMAN -DNOPROFILE
+MK_FLAGS= -DWORLD -DNOINFO -DNOMAN -DNOPROFILE
.else
-MK_FLAGS= -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED
+MK_FLAGS= -DWORLD -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED
.endif
#
OpenPOWER on IntegriCloud