mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 04:13:39 +00:00
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:
parent
4ffab4447e
commit
3603ee3004
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23054
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user