Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/alpha/floppy-GENERIC use ${PAX} instead of tar



details:   https://anonhg.NetBSD.org/src/rev/311110399e90
branches:  trunk
changeset: 525631:311110399e90
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Apr 14 08:30:41 2002 +0000

description:
use ${PAX} instead of tar

diffstat:

 distrib/alpha/floppy-GENERIC/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a6760f9eca95 -r 311110399e90 distrib/alpha/floppy-GENERIC/Makefile
--- a/distrib/alpha/floppy-GENERIC/Makefile     Sun Apr 14 07:59:56 2002 +0000
+++ b/distrib/alpha/floppy-GENERIC/Makefile     Sun Apr 14 08:30:41 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2002/04/13 13:26:45 lukem Exp $
+#      $NetBSD: Makefile,v 1.14 2002/04/14 08:30:41 lukem Exp $
 
 .include "../../../Makefile.inc"
 .include <bsd.kernobj.mk>
@@ -31,7 +31,7 @@
 
 GENERIC.fs: ${GZKERNEL} ${MDEC}/boot ${MDEC}/bootxx.old
        @echo Creating tar image
-       tar cvf ustar.tmp ${MDEC}/boot ${GZKERNEL}
+       ${PAX} -wvf ustar.tmp ${MDEC}/boot ${GZKERNEL}
        @echo Creating vn image
        dd if=/dev/zero of=${.TARGET}.tmp count=2880
        vnconfig -t ${DISKTYPE} -v -c ${VND} ${.TARGET}.tmp



Home | Main Index | Thread Index | Old Index