Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand Remove STRIP?=strip.



details:   https://anonhg.NetBSD.org/src/rev/a010b8bdaa7e
branches:  trunk
changeset: 798083:a010b8bdaa7e
user:      isaki <isaki%NetBSD.org@localhost>
date:      Fri Aug 08 15:19:51 2014 +0000

description:
Remove STRIP?=strip.
Falling back to the hosttool is not a good way now.

diffstat:

 sys/arch/x68k/stand/boot/Makefile    |  3 +--
 sys/arch/x68k/stand/mboot/Makefile   |  4 +---
 sys/arch/x68k/stand/netboot/Makefile |  3 +--
 3 files changed, 3 insertions(+), 7 deletions(-)

diffs (52 lines):

diff -r bd70121d02b7 -r a010b8bdaa7e sys/arch/x68k/stand/boot/Makefile
--- a/sys/arch/x68k/stand/boot/Makefile Fri Aug 08 14:48:55 2014 +0000
+++ b/sys/arch/x68k/stand/boot/Makefile Fri Aug 08 15:19:51 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.25 2014/08/06 14:10:42 isaki Exp $
+#      $NetBSD: Makefile,v 1.26 2014/08/08 15:19:51 isaki Exp $
 
 NOMAN=         # defined
 
@@ -19,7 +19,6 @@
 STRIPFLAG=
 
 BFDNAME=       a.out-m68k-netbsd
-STRIP?=                /usr/bin/strip
 
 SRCS=          srt0.S boot.c conf.c switch.c exec_image.S
 S=             ${.CURDIR}/../../../..
diff -r bd70121d02b7 -r a010b8bdaa7e sys/arch/x68k/stand/mboot/Makefile
--- a/sys/arch/x68k/stand/mboot/Makefile        Fri Aug 08 14:48:55 2014 +0000
+++ b/sys/arch/x68k/stand/mboot/Makefile        Fri Aug 08 15:19:51 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 2012/04/05 12:01:36 isaki Exp $
+#      $NetBSD: Makefile,v 1.17 2014/08/08 15:19:51 isaki Exp $
 
 NOMAN=         # defined
 .include <bsd.own.mk>
@@ -15,8 +15,6 @@
 BINMODE=       444
 STRIPFLAG=
 
-STRIP?=                /usr/bin/strip
-
 SRCS=          srt0.S mboot.c
 KERN!=         cd ${.CURDIR}/../../../..; pwd
 
diff -r bd70121d02b7 -r a010b8bdaa7e sys/arch/x68k/stand/netboot/Makefile
--- a/sys/arch/x68k/stand/netboot/Makefile      Fri Aug 08 14:48:55 2014 +0000
+++ b/sys/arch/x68k/stand/netboot/Makefile      Fri Aug 08 15:19:51 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2014/08/06 14:10:42 isaki Exp $
+#      $NetBSD: Makefile,v 1.6 2014/08/08 15:19:51 isaki Exp $
 
 NOMAN=         # defined
 
@@ -22,7 +22,6 @@
 STRIPFLAG=
 
 BFDNAME=       a.out-m68k-netbsd
-STRIP?=                /usr/bin/strip
 
 # XXX shared sources should be in COMMONDIR
 BOOTDIR=       ${.CURDIR}/../boot



Home | Main Index | Thread Index | Old Index