diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-01-06 19:18:45 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-01-06 19:18:45 +0000 |
| commit | 162cd2a6ab93ab7cf1f835564abd1f1c82c9ec0e (patch) | |
| tree | f70fc516582648e6fcbfabeb41710d990882deda | |
| parent | 4591d9bb7edf88fcfedfbe71346074944c02b752 (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index 86d7b4d24c08..08676f10806a 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.447 1999/01/05 17:03:49 jkh Exp $ +# $Id: Makefile,v 1.448 1999/01/06 13:55:04 peter Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -149,6 +149,7 @@ rerelease release: -mkdir -p ${CHROOTDIR} cd ${.CURDIR}/../etc && ${MAKE} distrib-dirs DESTDIR=${CHROOTDIR} cd ${.CURDIR}/../etc && ${MAKE} distribution DESTDIR=${CHROOTDIR} + [ -f /etc/resolv.conf ] && cp -p /etc/resolv.conf ${CHROOTDIR}/etc cd ${.CURDIR}/.. && ${MAKE} installworld DESTDIR=${CHROOTDIR} NOMAN=1 mkdir ${CHROOTDIR}/${BOOTSTRAPDIR} for i in ${BOOTSTRAPUTILS} ; do \ |
