summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-02-23 15:51:47 +0000
committerjoerg <joerg@FreeBSD.org>1997-02-23 15:51:47 +0000
commit92ad872fc38eb0251d631fd64179deed7479aa2b (patch)
tree1a09a11bf44b08d2e527d556970ed8c8f3b20286 /release/Makefile
parentc43338d853437f0f913c0d76aa57d3167729efdd (diff)
downloadFreeBSD-src-92ad872fc38eb0251d631fd64179deed7479aa2b.zip
FreeBSD-src-92ad872fc38eb0251d631fd64179deed7479aa2b.tar.gz
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.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 222165a..4ad7c49 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -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
OpenPOWER on IntegriCloud