Source-Changes-HG archive

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

[src/trunk]: src/distrib/common Set PAX in buildfloppies.sh's environment.



details:   https://anonhg.NetBSD.org/src/rev/58017bb4ea4c
branches:  trunk
changeset: 526084:58017bb4ea4c
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Wed Apr 24 23:04:08 2002 +0000

description:
Set PAX in buildfloppies.sh's environment.

diffstat:

 distrib/common/Makefile.tarfloppy |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r da5cc948410e -r 58017bb4ea4c distrib/common/Makefile.tarfloppy
--- a/distrib/common/Makefile.tarfloppy Wed Apr 24 22:44:40 2002 +0000
+++ b/distrib/common/Makefile.tarfloppy Wed Apr 24 23:04:08 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.tarfloppy,v 1.1 2002/04/16 09:00:20 lukem Exp $
+#      $NetBSD: Makefile.tarfloppy,v 1.2 2002/04/24 23:04:08 bjh21 Exp $
 #
 # Makefile snippet to create a set of ustar floppies.
 # Each floppy has an 8KB header, followed by part or all of the ustar archive.
@@ -61,7 +61,8 @@
 
 ${FLOPPYBASE}1.fs: ${FLOPPYFILES} ${DISTRIBDIR}/common/buildfloppies.sh
        @echo "Creating ${FLOPPYBASE}1.fs from: ${FLOPPYFILES}"
-       sh ${DISTRIBDIR}/common/buildfloppies.sh ${FLOPPYMAX:D-m ${FLOPPYMAX}} \
+       PAX=${PAX:Q} sh ${DISTRIBDIR}/common/buildfloppies.sh \
+           ${FLOPPYMAX:D-m ${FLOPPYMAX}} \
            ${FLOPPYINSTBOOT:D-i ${FLOPPYINSTBOOT}} ${FLOPPYPAD:D-p} \
            ${FLOPPYBASE} ${FLOPPYSIZE} ${FLOPPYFILES}
 



Home | Main Index | Thread Index | Old Index