diff options
author | jkh <jkh@FreeBSD.org> | 1994-11-08 11:29:35 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-11-08 11:29:35 +0000 |
commit | 3543b603601dfaa8bc86a192465b2010aaabee70 (patch) | |
tree | aefa936f1c05bd1bffecdbd2018c155656d7a2bc | |
parent | e00d11c6f30f9a7a4b3d6585f3ebecc57557777b (diff) | |
download | FreeBSD-src-3543b603601dfaa8bc86a192465b2010aaabee70.zip FreeBSD-src-3543b603601dfaa8bc86a192465b2010aaabee70.tar.gz |
Make sure the extract.sh gets into the bindist.
-rw-r--r-- | release/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile index f7831b5..11c4a90 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.24 1994/11/07 11:30:13 jkh Exp $ +# $Id: Makefile,v 1.25 1994/11/08 11:14:43 jkh Exp $ # FDLABEL= fd1440 @@ -109,8 +109,10 @@ release20: ( cd ${.CURDIR}/../etc ; \ ${MAKE} distribution DESTDIR=${RELEASEDIR}/filesys \ NOCRYPT=yes SHARED=copies) - ( cd ${.CURDIR}/../etc ; \ - ${MAKE} bin-tarball DESTDIR=${RELEASEDIR}/filesys ) + (cd ${DESTDIR}; \ + tar cf - . | \ + ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/bindist/bin_tgz.) + cp ${.CURDIR}/extract.sh ${RELEASEDIR}/tarballs/bindist ( cd ${.CURDIR} ; \ ${MAKE} floppies ) |