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
This commit is contained in:
Brian Somers 1997-06-06 02:10:03 +00:00
parent 88e57b4a69
commit c70e52b140
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26461

View File

@ -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