Source-Changes-HG archive

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

[src/trunk]: src/sbin/fdisk s/STRIP/STRIPPROG/



details:   https://anonhg.NetBSD.org/src/rev/a868fb9b7770
branches:  trunk
changeset: 481993:a868fb9b7770
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Fri Feb 11 15:36:25 2000 +0000

description:
s/STRIP/STRIPPROG/

diffstat:

 sbin/fdisk/mbr/Makefile         |  4 ++--
 sbin/fdisk/mbr_bootsel/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r ad72574017e3 -r a868fb9b7770 sbin/fdisk/mbr/Makefile
--- a/sbin/fdisk/mbr/Makefile   Fri Feb 11 13:15:43 2000 +0000
+++ b/sbin/fdisk/mbr/Makefile   Fri Feb 11 15:36:25 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2000/02/01 06:01:19 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.7 2000/02/11 15:36:25 hubertf Exp $
 
 MAN=   mbr.8
 
@@ -21,7 +21,7 @@
 
 ${PROG}: ${OBJS}
        ${LD} -o ${PROG}.tmp ${LDFLAGS} -Ttext 0x600 ${OBJS}
-       ${STRIP} ${PROG}.tmp
+       ${STRIPPROG} ${PROG}.tmp
        objcopy -O binary ${PROG}.tmp ${PROG}
        rm -f ${PROG}.tmp
 .endif
diff -r ad72574017e3 -r a868fb9b7770 sbin/fdisk/mbr_bootsel/Makefile
--- a/sbin/fdisk/mbr_bootsel/Makefile   Fri Feb 11 13:15:43 2000 +0000
+++ b/sbin/fdisk/mbr_bootsel/Makefile   Fri Feb 11 15:36:25 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2000/02/01 06:01:21 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.3 2000/02/11 15:36:26 hubertf Exp $
 
 BINDIR=        /usr/mdec
 BINMODE=444
@@ -19,7 +19,7 @@
 
 ${PROG}: ${OBJS}
        ${LD} -o ${PROG}.tmp ${LDFLAGS} -Ttext 0x600 ${OBJS}
-       ${STRIP} ${PROG}.tmp
+       ${STRIPPROG} ${PROG}.tmp
        objcopy -O binary ${PROG}.tmp ${PROG}
        rm -f ${PROG}.tmp
 



Home | Main Index | Thread Index | Old Index