Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib Revert STRIPPROG -> STRIP
details: https://anonhg.NetBSD.org/src/rev/40d1f8c53e73
branches: trunk
changeset: 481511:40d1f8c53e73
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Tue Feb 01 05:02:31 2000 +0000
description:
Revert STRIPPROG -> STRIP
diffstat:
distrib/alpha/floppy-GENERIC/Makefile | 6 +++---
distrib/alpha/instkernel/instkernel/Makefile | 6 +++---
distrib/i386/floppies/bootfloppy-common/Makefile.inc | 6 +++---
distrib/i386/floppies/fdset-common/Makefile.inc | 6 +++---
distrib/vax/miniroot/Makefile | 6 +++---
5 files changed, 15 insertions(+), 15 deletions(-)
diffs (131 lines):
diff -r 5f92cf886cb2 -r 40d1f8c53e73 distrib/alpha/floppy-GENERIC/Makefile
--- a/distrib/alpha/floppy-GENERIC/Makefile Tue Feb 01 04:14:18 2000 +0000
+++ b/distrib/alpha/floppy-GENERIC/Makefile Tue Feb 01 05:02:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/01/19 16:40:10 tsutsui Exp $
+# $NetBSD: Makefile,v 1.10 2000/02/01 05:02:31 tsutsui Exp $
MOUNT_POINT?= /mnt
VND?= vnd0
@@ -8,7 +8,7 @@
VND_CRDEV= /dev/r${VND}c
MDEC?= ${DESTDIR}/usr/mdec
KERNEL?= ${.CURDIR}/../../../sys/arch/alpha/compile/GENERIC/netbsd
-STRIPPROG?= strip
+STRIP?= strip
GZKERNEL= netbsd
IMAGE= GENERIC.fs
@@ -41,7 +41,7 @@
${GZKERNEL}: ${KERNEL}
cp ${KERNEL} ${.TARGET}
- ${STRIPPROG} ${.TARGET}
+ ${STRIP} ${.TARGET}
gzip -9 ${.TARGET}
mv ${.TARGET}.gz ${.TARGET}
diff -r 5f92cf886cb2 -r 40d1f8c53e73 distrib/alpha/instkernel/instkernel/Makefile
--- a/distrib/alpha/instkernel/instkernel/Makefile Tue Feb 01 04:14:18 2000 +0000
+++ b/distrib/alpha/instkernel/instkernel/Makefile Tue Feb 01 05:02:31 2000 +0000
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.8 2000/01/19 16:40:11 tsutsui Exp $
+# $NetBSD: Makefile,v 1.9 2000/02/01 05:02:32 tsutsui Exp $
RAMDISK!=cd ${.CURDIR}/../ramdisk; \
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/ramdisk.fs\n" | \
${MAKE} -s -f-
KERNEL?=${.CURDIR}/../../../../sys/arch/alpha/compile/INSTALL/netbsd
-STRIPPROG?= strip # make STRIPPROG=echo can be useful
+STRIP?= strip # make STRIP=echo can be useful
all:
cp ${KERNEL} netbsd
mdsetimage -v netbsd ${RAMDISK}
- ${STRIPPROG} netbsd
+ ${STRIP} netbsd
gzip -9f netbsd
clean cleandir distclean:
diff -r 5f92cf886cb2 -r 40d1f8c53e73 distrib/i386/floppies/bootfloppy-common/Makefile.inc
--- a/distrib/i386/floppies/bootfloppy-common/Makefile.inc Tue Feb 01 04:14:18 2000 +0000
+++ b/distrib/i386/floppies/bootfloppy-common/Makefile.inc Tue Feb 01 05:02:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.21 2000/01/24 17:52:24 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.22 2000/02/01 05:02:33 tsutsui Exp $
# TOP is assumed to be defined by Makefile including this one.
@@ -13,7 +13,7 @@
IMAGE?= xxx.fs
KERN?= netbsd-xxx
MDEC= ${DESTDIR}/usr/mdec
-STRIPPROG?= strip
+STRIP?= strip
LISTS= ${COMMONDIR}/list
RAMDISK !=cd $(.CURDIR)/../ramdisk/; \
@@ -60,7 +60,7 @@
netbsd.ram.gz: ${KERN} ${RAMDISK}
cp ${KERN} netbsd.tmp
${DESTDIR}/usr/sbin/mdsetimage -v netbsd.tmp ${RAMDISK}
- ${STRIPPROG} netbsd.tmp
+ ${STRIP} netbsd.tmp
gzip -9 netbsd.tmp
mv netbsd.tmp.gz ${.TARGET}
diff -r 5f92cf886cb2 -r 40d1f8c53e73 distrib/i386/floppies/fdset-common/Makefile.inc
--- a/distrib/i386/floppies/fdset-common/Makefile.inc Tue Feb 01 04:14:18 2000 +0000
+++ b/distrib/i386/floppies/fdset-common/Makefile.inc Tue Feb 01 05:02:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.9 2000/01/24 17:52:26 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.10 2000/02/01 05:02:33 tsutsui Exp $
# TOP is assumed to be defined by Makefile including this one.
@@ -15,7 +15,7 @@
KERN?= netbsd-xxx
MDEC= ${DESTDIR}/usr/mdec
BOOTCODE= ${MDEC}/biosboot.sym
-STRIPPROG?= strip
+STRIP?= strip
RAMDISK !=cd $(.CURDIR)/../ramdisk/; \
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/ramdisk.fs\n" | \
@@ -79,7 +79,7 @@
netbsd.ram.gz: ${KERN} ${RAMDISK}
cp ${KERN} netbsd.tmp
${DESTDIR}/usr/sbin/mdsetimage -v netbsd.tmp ${RAMDISK}
- ${STRIPPROG} netbsd.tmp
+ ${STRIP} netbsd.tmp
gzip -9 netbsd.tmp
mv netbsd.tmp.gz ${.TARGET}
diff -r 5f92cf886cb2 -r 40d1f8c53e73 distrib/vax/miniroot/Makefile
--- a/distrib/vax/miniroot/Makefile Tue Feb 01 04:14:18 2000 +0000
+++ b/distrib/vax/miniroot/Makefile Tue Feb 01 05:02:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/01/19 16:40:12 tsutsui Exp $
+# $NetBSD: Makefile,v 1.3 2000/02/01 05:02:34 tsutsui Exp $
# TOP is assumed to be defined by Makefile including this one.
@@ -13,7 +13,7 @@
IMAGE?= miniroot.fs
KERN?= ${.CURDIR}/../../../sys/arch/vax/compile/INSTALL/netbsd
MDEC= ${DESTDIR}/usr/mdec
-STRIPPROG?= strip
+STRIP?= strip
LISTS= ${.CURDIR}/list
RAMDISK !=cd $(.CURDIR)/../ramdisk/; \
@@ -59,7 +59,7 @@
netbsd.ram.gz: ${KERN} ${RAMDISK}
cp ${KERN} netbsd.tmp
mdsetimage -v netbsd.tmp ${RAMDISK}
- ${STRIPPROG} netbsd.tmp
+ ${STRIP} netbsd.tmp
gzip netbsd.tmp
mv netbsd.tmp.gz ${.TARGET}
Home |
Main Index |
Thread Index |
Old Index