summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-09-26 20:48:03 +0000
committerPaul Traina <pst@FreeBSD.org>1996-09-26 20:48:03 +0000
commitd49839662d517d6eb5b4901504014ac46ce6341d (patch)
tree124f652a3ebb233d112f0721bf73210c09db054d
parenta9bb2677f698b8abca0b0251cb6552280ee6d41d (diff)
Notes
-rw-r--r--release/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index 7c798eb930b9..16d13038a0a5 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.237 1996/09/19 08:35:41 phk Exp $
+# $Id: Makefile,v 1.238 1996/09/25 00:43:23 pst Exp $
#
# How to roll a release:
#
@@ -100,9 +100,9 @@ rerelease release:
.if make(rerelease)
.if !defined(RELEASENOUPDATE)
.if !defined(RELEASETAG)
- cd ${CHROOTDIR}/usr && cvs -q update -P -d src
+ cd ${CHROOTDIR}/usr/src && cvs -q update -P -d
.else
- cd ${CHROOTDIR}/usr && cvs -q update -P -d -r ${RELEASETAG} src
+ cd ${CHROOTDIR}/usr/src && cvs -q update -P -d -r ${RELEASETAG}
.endif
.endif
.endif
@@ -112,6 +112,7 @@ rerelease release:
( cd ${CHROOTDIR}/usr/src/release/sysinstall && \
sed "s/__RELEASE/${BUILDNAME}/" version.h > version.h.new && \
mv version.h.new version.h )
+ -test -f install.cfg && cp install.cfg ${CHROOTDIR}/usr/src/release
echo "#!/bin/sh" > ${CHROOTDIR}/mk
echo "set -ex" >> ${CHROOTDIR}/mk
echo "CFLAGS='-O2 -pipe'" >> ${CHROOTDIR}/mk
@@ -374,6 +375,7 @@ release.8: write_mfs_in_kernel
echo "domain 53/tcp nameserver" >> ${RD}/mfsfd/stand/etc/services
echo "domain 53/udp nameserver" >> ${RD}/mfsfd/stand/etc/services
gzip -c ${.CURDIR}/../COPYRIGHT > ${RD}/mfsfd/stand/help/COPYRIGHT.hlp.gz
+ -test -f ${.CURDIR}/install.cfg && cp ${.CURDIR}/install.cfg ${RD}/mfsfd
# make the small bootfd
@echo "Making the small 4MB boot floppy."
sh -e ${.CURDIR}/doFS.sh ${RD} ${MNT} ${BOOTMFSSIZE} ${RD}/mfsfd \