diff options
author | jkh <jkh@FreeBSD.org> | 1995-05-23 21:33:53 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-05-23 21:33:53 +0000 |
commit | 5c6b9580e4311398263076f36a0cd8b93c7f6251 (patch) | |
tree | f86577d5c604970a41de2d8e6d1f71d6037ac555 /release/Makefile | |
parent | 1503917ec9b489a39b5b6852d0dd4da1e98df07a (diff) | |
download | FreeBSD-src-5c6b9580e4311398263076f36a0cd8b93c7f6251.zip FreeBSD-src-5c6b9580e4311398263076f36a0cd8b93c7f6251.tar.gz |
Remove the last vestiges of the old installation method.
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/release/Makefile b/release/Makefile index 11de0ae..4d6dda7 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.170 1995/05/22 17:39:22 jkh Exp $ +# $Id: Makefile,v 1.171 1995/05/23 07:20:35 gpalmer Exp $ # # How to roll a release: # @@ -314,9 +314,6 @@ release.8: $(MAKE) doTARBALL SD=${RD}/trees/$${i} \ TN=$$i TD=$$i ARG="." ; \ ( cd ${RD}/dists/$${i}; \ - sh -e ${.CURDIR}/scripts/mkchecksums.sh ) ; \ - cp ${.CURDIR}/scripts/extract_$${i}.sh \ - ${RD}/dists/$${i}/extract.sh;\ echo "$${i} distribution is finished."; \ fi ; \ done @@ -339,11 +336,6 @@ release.9: ( cd ${RD}/dists/src && \ if [ -f sdes.aa ] ; then mv sdes.* ../des ; fi && \ if [ -f sebones.aa ] ; then mv sebones.* ../des ; fi && \ - sh -e ${.CURDIR}/scripts/mkchecksums.sh ) - cp ${.CURDIR}/scripts/extract_src.sh ${RD}/dists/src/extract.sh - if [ -d ${RD}/dists/des ] ; then \ - ( cd ${RD}/dists/des && sh -e ${.CURDIR}/scripts/mkchecksums.sh );\ - fi @echo "src distribution is finished." touch release.9 |