summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-09-11 00:10:57 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-09-11 00:10:57 +0000
commit948f17dd0ee308f0d33c9f6d2b03c7471a18f26e (patch)
tree03574cc45b93aadd1ef3ed742b394240bf907eb7 /etc/Makefile
parent7807ecf9577bb8f8e0e511262a5b0278831e17eb (diff)
downloadFreeBSD-src-948f17dd0ee308f0d33c9f6d2b03c7471a18f26e.zip
FreeBSD-src-948f17dd0ee308f0d33c9f6d2b03c7471a18f26e.tar.gz
tar ball names converted from the form x.tar.gz.xx to x_tgz.xx so the
DOS folks are happy.
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile
index addbcde..57bda96 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:
OpenPOWER on IntegriCloud