From 3f0cc05d5aa73836f8e4a0ea050d0d83a36dbed7 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sat, 11 Sep 1993 00:10:57 +0000 Subject: [PATCH] tar ball names converted from the form x.tar.gz.xx to x_tgz.xx so the DOS folks are happy. --- etc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index addbcdebc9e..57bda9662b2 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -300,19 +300,19 @@ bin-tarball: (cd ${DESTDIR}; \ tar cf - . | gzip --no-name -9 -c | \ split -b 240640 - \ - ${RELEASEDIR}/tarballs/bin.tar.gz.) + ${RELEASEDIR}/tarballs/bin_tgz.) src-tarball: (cd ${DESTDIR}; \ tar --exclude usr/src/${CRYPT_LIB} -cf - usr/src | gzip --no-name -9 -c | \ split -b 240640 - \ - ${RELEASEDIR}/tarballs/src.tar.gz.) + ${RELEASEDIR}/tarballs/src_tgz.) ssrc-tarball: (cd ${DESTDIR}; \ tar -cf - usr/src/${CRYPT_LIB} | gzip --no-name -9 -c | \ split -b 240640 - \ - ${RELEASEDIR}/tarballs/ssrc.tar.gz.) + ${RELEASEDIR}/tarballs/ssrc_tgz.) des-tarball: rm -rf ${RELEASEDIR}/tmpdes @@ -343,7 +343,7 @@ des-tarball: (cd ${RELEASEDIR}/tmpdes; \ tar cf - . | gzip --no-name -9 -c | \ split -b 240640 - \ - ${RELEASEDIR}/tarballs/des.tar.gz.) + ${RELEASEDIR}/tarballs/des_tgz.) rm -rf ${RELEASEDIR}/tmpdes distrib-dirs: