summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-08 21:29:35 +0000
committerjb <jb@FreeBSD.org>1998-05-08 21:29:35 +0000
commit9c0f3d45b1a8df168ca3c201cafeb4775fc523be (patch)
treef2935815535b16566bb359e4547935666dbedae9 /Makefile
parenta10731d85751262dc229b2e50fe823f452fbe0b2 (diff)
downloadFreeBSD-src-9c0f3d45b1a8df168ca3c201cafeb4775fc523be.zip
FreeBSD-src-9c0f3d45b1a8df168ca3c201cafeb4775fc523be.tar.gz
Fix the problem people are having building -current on a -stable system.
The headers that are installed in WORLDTMP are part of the interface that includes libraries like libc, so they must be installed together. This means that lib-tools and build-tools should be merged. The FreeBSD build only works in hosted form where it is assumed that the installed version contains adequate tools to build the latest release.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 68d6fc6..392123b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.173 1998/04/27 16:21:33 bde Exp $
+# $Id: Makefile,v 1.174 1998/05/02 12:29:48 bde Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -293,18 +293,18 @@ buildworld:
@echo " Rebuilding ${DESTDIR}/usr/include"
@echo "--------------------------------------------------------------"
cd ${.CURDIR} && SHARED=symlinks ${BMAKE} includes
-.if !defined(NOTOOLS)
@echo
@echo "--------------------------------------------------------------"
- @echo " Rebuilding tools needed to build the bootstrap libraries"
+ @echo " Rebuilding bootstrap libraries"
@echo "--------------------------------------------------------------"
- cd ${.CURDIR} && ${BMAKE} lib-tools
-.endif
+ cd ${.CURDIR} && ${BMAKE} bootstrap-libraries
+.if !defined(NOTOOLS)
@echo
@echo "--------------------------------------------------------------"
- @echo " Rebuilding bootstrap libraries"
+ @echo " Rebuilding tools needed to build libraries"
@echo "--------------------------------------------------------------"
- cd ${.CURDIR} && ${BMAKE} bootstrap-libraries
+ cd ${.CURDIR} && ${BMAKE} lib-tools
+.endif
.if !defined(NOTOOLS)
@echo
@echo "--------------------------------------------------------------"
OpenPOWER on IntegriCloud