1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-23 07:31:31 +00:00

Make sure the extract.sh gets into the bindist.

This commit is contained in:
Jordan K. Hubbard 1994-11-08 11:29:35 +00:00
parent 0a2bc69f9c
commit 4455595be1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4271

View File

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