Do a `make >> ${CHROOTDIR}/mk' for etc when bootstrapping, too.

Othrwise, our chroot tree ends up with the /etc from the bootstrapping
environment, as opposed to the target environment.
This commit is contained in:
Joerg Wunsch 1997-02-23 15:51:47 +00:00
parent 4ffab4447e
commit 3603ee3004
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23054

View File

@ -1,4 +1,4 @@
# $Id$
# $Id: Makefile,v 1.276 1997/02/22 14:10:21 peter Exp $
#
# How to roll a release:
#
@ -129,6 +129,7 @@ rerelease release:
echo "cd /usr/src" >> ${CHROOTDIR}/mk
.if make(release)
echo "make world" >> ${CHROOTDIR}/mk
echo "(cd etc; make distribution)" >> ${CHROOTDIR}/mk
.endif
.if make(rerelease)
echo "make all install" >> ${CHROOTDIR}/mk