Module Name:    src
Committed By:   isaki
Date:           Fri Aug  8 15:19:51 UTC 2014

Modified Files:
        src/sys/arch/x68k/stand/boot: Makefile
        src/sys/arch/x68k/stand/mboot: Makefile
        src/sys/arch/x68k/stand/netboot: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/x68k/stand/boot/Makefile
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/x68k/stand/mboot/Makefile
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/x68k/stand/netboot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x68k/stand/boot/Makefile
diff -u src/sys/arch/x68k/stand/boot/Makefile:1.25 src/sys/arch/x68k/stand/boot/Makefile:1.26
--- src/sys/arch/x68k/stand/boot/Makefile:1.25	Wed Aug  6 14:10:42 2014
+++ src/sys/arch/x68k/stand/boot/Makefile	Fri Aug  8 15:19:51 2014
@@ -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 @@ BINMODE=	444
 STRIPFLAG=
 
 BFDNAME=	a.out-m68k-netbsd
-STRIP?=		/usr/bin/strip
 
 SRCS=		srt0.S boot.c conf.c switch.c exec_image.S
 S=		${.CURDIR}/../../../..

Index: src/sys/arch/x68k/stand/mboot/Makefile
diff -u src/sys/arch/x68k/stand/mboot/Makefile:1.16 src/sys/arch/x68k/stand/mboot/Makefile:1.17
--- src/sys/arch/x68k/stand/mboot/Makefile:1.16	Thu Apr  5 12:01:36 2012
+++ src/sys/arch/x68k/stand/mboot/Makefile	Fri Aug  8 15:19:51 2014
@@ -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 @@ BINDIR=		/usr/mdec
 BINMODE=	444
 STRIPFLAG=
 
-STRIP?=		/usr/bin/strip
-
 SRCS=		srt0.S mboot.c
 KERN!=		cd ${.CURDIR}/../../../..; pwd
 

Index: src/sys/arch/x68k/stand/netboot/Makefile
diff -u src/sys/arch/x68k/stand/netboot/Makefile:1.5 src/sys/arch/x68k/stand/netboot/Makefile:1.6
--- src/sys/arch/x68k/stand/netboot/Makefile:1.5	Wed Aug  6 14:10:42 2014
+++ src/sys/arch/x68k/stand/netboot/Makefile	Fri Aug  8 15:19:51 2014
@@ -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 @@ BINMODE=	444
 STRIPFLAG=
 
 BFDNAME=	a.out-m68k-netbsd
-STRIP?=		/usr/bin/strip
 
 # XXX shared sources should be in COMMONDIR
 BOOTDIR=	${.CURDIR}/../boot

Reply via email to