summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-06-06 02:10:03 +0000
committerbrian <brian@FreeBSD.org>1997-06-06 02:10:03 +0000
commitd77a8bac2e8a4309c7b2f7c07fa9562531056406 (patch)
tree7bc65110139d246fab2db05662a040780131dcf8
parente6108ea0c5bb43427eff97c8235e8cb6ea38594e (diff)
downloadFreeBSD-src-d77a8bac2e8a4309c7b2f7c07fa9562531056406.zip
FreeBSD-src-d77a8bac2e8a4309c7b2f7c07fa9562531056406.tar.gz
Make install in include before making world.
Without this, if you try to build a 2.2 release on -current, it falls on its face here because /usr/include contains your "make install"d headers where the /usr/include/* symlinks point to the RELENG_2_2 headers. Reviewed by: jkh
-rw-r--r--release/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 3c8f392..34f5b9a 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.294 1997/05/24 20:15:13 jkh Exp $
+# $Id: Makefile,v 1.295 1997/06/01 08:06:48 joerg Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -179,6 +179,7 @@ rerelease release:
echo "chflags noschg /usr/lib/lib*.so.*" >> ${CHROOTDIR}/mk
echo "mv /usr/lib/lib*.so.* /usr/lib/compat" >> ${CHROOTDIR}/mk
echo "ldconfig /usr/lib /usr/lib/compat" >> ${CHROOTDIR}/mk
+ echo "(cd include; make all install)" >> ${CHROOTDIR}/mk
echo "make world" >> ${CHROOTDIR}/mk
echo "(cd etc; make distribution)" >> ${CHROOTDIR}/mk
# Now we've got our own shared libs, remove the bootstrapping
OpenPOWER on IntegriCloud