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 Tweak.



details:   https://anonhg.NetBSD.org/src/rev/524c6824a286
branches:  trunk
changeset: 476235:524c6824a286
user:      ross <ross%NetBSD.org@localhost>
date:      Fri Sep 10 07:43:00 1999 +0000

description:
Tweak.

diffstat:

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

diffs (28 lines):

diff -r 09f0951e92f9 -r 524c6824a286 distrib/alpha/floppy-GENERIC/Makefile
--- a/distrib/alpha/floppy-GENERIC/Makefile     Fri Sep 10 07:33:57 1999 +0000
+++ b/distrib/alpha/floppy-GENERIC/Makefile     Fri Sep 10 07:43:00 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 1999/05/11 20:08:01 veego Exp $
+#      $NetBSD: Makefile,v 1.8 1999/09/10 07:43:00 ross Exp $
 
 MOUNT_POINT?=  /mnt
 VND?=          vnd0
@@ -7,7 +7,8 @@
 VND_CDEV=      /dev/${VND}c
 VND_CRDEV=     /dev/r${VND}c
 MDEC?=         ${DESTDIR}/usr/mdec
-KERNEL=                ${.CURDIR}/../../../sys/arch/alpha/compile/GENERIC/netbsd
+KERNEL?=       ${.CURDIR}/../../../sys/arch/alpha/compile/GENERIC/netbsd
+STRIP?=                strip
 
 GZKERNEL=      netbsd
 IMAGE=         GENERIC.fs
@@ -40,7 +41,7 @@
 
 ${GZKERNEL}: ${KERNEL}
        cp ${KERNEL} ${.TARGET}
-       strip ${.TARGET}
+       ${STRIP} ${.TARGET}
        gzip -9 ${.TARGET}
        mv ${.TARGET}.gz ${.TARGET}
 



Home | Main Index | Thread Index | Old Index