From 2d932f16587a0cb8c85b809d34d9311585846000 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 27 Feb 1999 03:18:10 +0000 Subject: [PATCH] Add a new flag, "WORLD", for telling certain tools that they're being build as part of a bootstrap. --- Makefile.inc1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index dbaa3e0557e8..a1f11c0b45cf 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 #