summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-15 04:52:58 +0000
committerbde <bde@FreeBSD.org>1998-03-15 04:52:58 +0000
commit231774030623533cc66eb5f31ec876aac3bf1919 (patch)
tree4e520a06cedaba9ec65e1be4fd9e52bf8fc9ddbc /Makefile
parent234734fc006255de07425d029d0c3e521bda106b (diff)
downloadFreeBSD-src-231774030623533cc66eb5f31ec876aac3bf1919.zip
FreeBSD-src-231774030623533cc66eb5f31ec876aac3bf1919.tar.gz
Don't force NOPIC for building tools at all for now, so that some
(slightly stale) shared libraries get installed before non-tools are linked. The 2-stage build of the libraries has never really worked, since we link to the libraries built in the first stage.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ee91a1c..ebec3f8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.163 1998/03/13 09:41:58 bde Exp $
+# $Id: Makefile,v 1.164 1998/03/14 13:58:21 bde Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -141,11 +141,12 @@ SUPFLAGS?= -v
# shared or profiled libraries, shared linkage, or documentation, except
# when the tools won't get cleaned we must use the defaults for shared
# libraries and shared linkage (and this doesn't waste time).
+# XXX actually, we do need to waste time building shared libraries.
#
.if defined(NOCLEAN)
-MK_FLAGS= -DNOINFO -DNOMAN -DNOPROFILE
+MK_FLAGS= -DNOINFO -DNOMAN -DNOPROFILE
.else
-MK_FLAGS= -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED
+MK_FLAGS= -DNOINFO -DNOMAN -DNOPROFILE -DNOSHARED
.endif
#
OpenPOWER on IntegriCloud