mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 23:28:57 +00:00
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:
parent
88e57b4a69
commit
c70e52b140
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26461
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user