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/loadbsd Clear STRIPFLAG after include bs...
details: https://anonhg.NetBSD.org/src/rev/843c350335cb
branches: trunk
changeset: 819560:843c350335cb
user: rin <rin%NetBSD.org@localhost>
date: Sat Dec 10 14:03:34 2016 +0000
description:
Clear STRIPFLAG after include bsd.own.mk; it can be modified by mk.conf via
bsd.own.mk.
diffstat:
sys/arch/x68k/stand/loadbsd/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 9c68ec2ce995 -r 843c350335cb sys/arch/x68k/stand/loadbsd/Makefile
--- a/sys/arch/x68k/stand/loadbsd/Makefile Sat Dec 10 13:55:55 2016 +0000
+++ b/sys/arch/x68k/stand/loadbsd/Makefile Sat Dec 10 14:03:34 2016 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2013/08/21 08:17:34 matt Exp $
+# $NetBSD: Makefile,v 1.17 2016/12/10 14:03:34 rin Exp $
S= ${.CURDIR}/../../../..
BASE= loadbsd
PROG= ${BASE}.x # Human68k ".x" executable
-STRIPFLAG= # not an a.out
BINMODE=444 # not to be run on NetBSD
SRCS= start.S loadbsd.c xprintf.c trampoline.S
@@ -16,6 +15,8 @@
.include <bsd.own.mk>
.include <bsd.klinks.mk>
+STRIPFLAG= # not an a.out
+
AOUT2HUXDIR!= cd ${.CURDIR}/../aout2hux && ${PRINTOBJDIR}
AOUT2HUX= ${AOUT2HUXDIR}/aout2hux
LIBDOS!= cd ${.CURDIR}/../libdos && ${PRINTOBJDIR}
Home |
Main Index |
Thread Index |
Old Index