Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/conf Remove an '@' to hopefully see what's goin...
details: https://anonhg.NetBSD.org/src/rev/80fb4eb41bf7
branches: trunk
changeset: 779313:80fb4eb41bf7
user: skrll <skrll%NetBSD.org@localhost>
date: Fri May 18 12:45:43 2012 +0000
description:
Remove an '@' to hopefully see what's going on with the daily builds.
diffstat:
sys/arch/arm/conf/Makefile.arm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b36bd1a01e36 -r 80fb4eb41bf7 sys/arch/arm/conf/Makefile.arm
--- a/sys/arch/arm/conf/Makefile.arm Fri May 18 07:52:54 2012 +0000
+++ b/sys/arch/arm/conf/Makefile.arm Fri May 18 12:45:43 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.arm,v 1.33 2012/03/19 05:38:26 bsh Exp $
+# $NetBSD: Makefile.arm,v 1.34 2012/05/18 12:45:43 skrll Exp $
# Makefile for NetBSD
#
@@ -63,7 +63,7 @@
# Strip ARM mapping symbols from the kernel image, as they interfere
# with ddb. Do it differently if 'makeoptions DEBUG="-g"' was specified.
.if !defined(DEBUG) || empty(DEBUG:M-g*)
-SYSTEM_LD_TAIL?= @${SYSTEM_LD_TAIL_DBSYM} ; \
+SYSTEM_LD_TAIL?= ${SYSTEM_LD_TAIL_DBSYM} ; \
${OBJCOPY} --strip-symbol='$$a' \
--strip-symbol='$$t' \
--strip-symbol='$$d' $@ ;\
Home |
Main Index |
Thread Index |
Old Index