Finally commit the tzsetup thing :-)

Delete old cksum stuff before remaking it.
This commit is contained in:
Poul-Henning Kamp 1994-11-24 22:30:03 +00:00
parent 0f4d42e2c4
commit f9e9c0eceb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4805
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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