Perform a `make distrib-dirs distribution' inside the chroot tree

before trying to `make world', so to become less dependant from the
correctness of the environment hosting the `make release'.  The recent
addition of a group `network' made this problem apparent.
This commit is contained in:
Joerg Wunsch 1997-09-20 15:40:55 +00:00
parent 6ab4db67c0
commit 2ec5937625
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29640

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.320 1997/09/04 11:54:01 jkh Exp $
# $Id: Makefile,v 1.321 1997/09/08 11:09:35 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@ -203,6 +203,7 @@ rerelease release:
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 "(cd etc; make distrib-dirs distribution)" >> ${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