diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-24 22:30:03 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-24 22:30:03 +0000 |
| commit | f9e9c0ecebee3fc451c61737f7363dd8eb10adf0 (patch) | |
| tree | b92d74631042a7d58ccac4d3ff24b5101fbf4fe9 | |
| parent | 0f4d42e2c402d8acba9fbece29dd2cfd190aeb57 (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 5 | ||||
| -rw-r--r-- | release/mkchecksums.sh | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile index ffb431522333..2eb4d2ced3b8 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 bdfc8d851f9e..38f941f6cf5c 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 |
