Source-Changes-HG archive

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

[src/trunk]: src/sbin/fdisk Revert last change, it was caused by the build no...



details:   https://anonhg.NetBSD.org/src/rev/d599ad643d3c
branches:  trunk
changeset: 481994:d599ad643d3c
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Fri Feb 11 16:14:32 2000 +0000

description:
Revert last change, it was caused by the build not picking the
right files if DESTDIR is set.

diffstat:

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

diffs (36 lines):

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



Home | Main Index | Thread Index | Old Index