From d77a8bac2e8a4309c7b2f7c07fa9562531056406 Mon Sep 17 00:00:00 2001 From: brian Date: Fri, 6 Jun 1997 02:10:03 +0000 Subject: 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 --- release/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.1