summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-24 22:30:03 +0000
committerphk <phk@FreeBSD.org>1994-11-24 22:30:03 +0000
commit220670ec907a14c6d695d1d24819014b4c5f54ab (patch)
treeb92d74631042a7d58ccac4d3ff24b5101fbf4fe9 /release
parent1642397153c56f27022ef63c11f1b45ec95b0e98 (diff)
downloadFreeBSD-src-220670ec907a14c6d695d1d24819014b4c5f54ab.zip
FreeBSD-src-220670ec907a14c6d695d1d24819014b4c5f54ab.tar.gz
Finally commit the tzsetup thing :-)
Delete old cksum stuff before remaking it.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile5
-rw-r--r--release/mkchecksums.sh5
2 files changed, 7 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index ffb4315..2eb4d2c 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.57 1994/11/21 08:15:25 phk Exp $
+# $Id: Makefile,v 1.58 1994/11/22 05:21:06 phk Exp $
#
# Evil floppies are, of course, 1.2MB floppies.
@@ -33,6 +33,7 @@ CPIO2= etc/services etc/protocols
CPIO3= miscfuncs.sh instdist.sh netinst.sh adduser.sh bininst
CPIO4= /usr/sbin/tzsetup
+CPIO4B= tzsetup
# Somewhat on the rough side...
CLEANFILES+= *.o *.c *.cache *.mk *.lo ${CPIO1} *.flp *.gz
@@ -104,7 +105,7 @@ cpio.flp:
( cd /${DESTDIR} ; ls ${CPIO2} | cpio -H newc -oa ) | cpio -ivd
( cd ${.CURDIR} ; ls ${CPIO3} | cpio -H newc -oa ) | cpio -ivd
cp ${CPIO4} .
- ls ${CPIO1} ${CPIO2} ${CPIO3} ${CPIO4} | \
+ ls ${CPIO1} ${CPIO2} ${CPIO3} ${CPIO4B} | \
cpio -H newc -oa | gzip -9 | \
dd conv=osync > cpio.flp
gzip -9 -v < cpio.flp > cpio.flp.gz
diff --git a/release/mkchecksums.sh b/release/mkchecksums.sh
index bdfc8d8..38f941f 100644
--- a/release/mkchecksums.sh
+++ b/release/mkchecksums.sh
@@ -8,9 +8,12 @@
# wouldn't be much point).
#
# Jordan
-# $Id$
+# $Id: mkchecksums.sh,v 1.1 1994/11/17 15:20:04 jkh Exp $
#
+# Remove any previous attempts.
+rm -rf CKSUMS do_cksum.sh
+
# First generate the CKSUMS file for the benefit of those who wish to
# use it in some other way. If we find out that folks aren't even using
# it, we should consider eliminating it at some point. The interactive
OpenPOWER on IntegriCloud