Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/next68k/stand/boot don't strip the resulting bootpr...



details:   https://anonhg.NetBSD.org/src/rev/c028a3284362
branches:  trunk
changeset: 526835:c028a3284362
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun May 12 15:18:27 2002 +0000

description:
don't strip the resulting bootprog on install; it's raw binary
XXX I hope this is correct way to do this

diffstat:

 sys/arch/next68k/stand/boot/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 807a5836dd03 -r c028a3284362 sys/arch/next68k/stand/boot/Makefile
--- a/sys/arch/next68k/stand/boot/Makefile      Sun May 12 15:05:56 2002 +0000
+++ b/sys/arch/next68k/stand/boot/Makefile      Sun May 12 15:18:27 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2002/05/08 11:27:30 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.13 2002/05/12 15:18:27 jdolecek Exp $
 
 S=     ${.CURDIR}/../../../..
 
@@ -44,6 +44,9 @@
 #LIBS= ${SALIB} ${KERNLIB} ${ZLIB}
 LIBS=  ${SALIB} ${KERNLIB}
 
+# do not strip ${PROG} on install
+STRIPFLAG=     # defined
+
 AWKPROG='\
 function x(v) { printf "\0%c%c%c", v / 65536, v / 256, v } \
 { \



Home | Main Index | Thread Index | Old Index