Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.mac68k use ${PAX} instead of tar | gzip
details: https://anonhg.NetBSD.org/src/rev/df4ff2e8414f
branches: trunk
changeset: 521250:df4ff2e8414f
user: lukem <lukem%NetBSD.org@localhost>
date: Sun Jan 27 07:03:04 2002 +0000
description:
use ${PAX} instead of tar | gzip
diffstat:
etc/etc.mac68k/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 77ec4ad9cfe0 -r df4ff2e8414f etc/etc.mac68k/Makefile.inc
--- a/etc/etc.mac68k/Makefile.inc Sun Jan 27 07:00:43 2002 +0000
+++ b/etc/etc.mac68k/Makefile.inc Sun Jan 27 07:03:04 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.8 2001/11/29 22:45:56 thorpej Exp $
+# $NetBSD: Makefile.inc,v 1.9 2002/01/27 07:03:04 lukem Exp $
#
# mac68k-specific release building goo
#
@@ -33,8 +33,8 @@
${MAKE} ${MAKEFLAGS} INSTALL_KERNEL=${k} release
.endfor
cd ${KERNOBJDIR}/GENERICSBC && \
- tar cf - netbsd |\
- gzip -c -9 > ${RELEASEDIR}/binary/sets/kern_sbc.tgz
+ GZIP=-9 ${PAX} -zwf \
+ ${RELEASEDIR}/binary/sets/kern_sbc.tgz netbsd
.ifndef UPDATE
cd ${.CURDIR}/../distrib/notes && ${MAKE} clean
.endif
Home |
Main Index |
Thread Index |
Old Index