summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-09-20 15:40:55 +0000
committerjoerg <joerg@FreeBSD.org>1997-09-20 15:40:55 +0000
commitcab53311849922ca7caab564fe448ec81e647489 (patch)
treea59ab738dff1cfd8565c1a7403f4de2c7d989dd9 /release
parente01112caaec58eafdf7c0d9d26ccccf46de737b3 (diff)
downloadFreeBSD-src-cab53311849922ca7caab564fe448ec81e647489.zip
FreeBSD-src-cab53311849922ca7caab564fe448ec81e647489.tar.gz
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.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 428a475..de864d6 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -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
OpenPOWER on IntegriCloud