From 3603ee30041b8529b1975f174d54088ab0a46104 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sun, 23 Feb 1997 15:51:47 +0000 Subject: [PATCH] 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. --- release/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release/Makefile b/release/Makefile index 222165a54f63..4ad7c49bc0d0 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