Module Name: src
Committed By: skrll
Date: Fri May 18 12:45:43 UTC 2012
Modified Files:
src/sys/arch/arm/conf: Makefile.arm
Log Message:
Remove an '@' to hopefully see what's going on with the daily builds.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/conf/Makefile.arm
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/arm/conf/Makefile.arm
diff -u src/sys/arch/arm/conf/Makefile.arm:1.33 src/sys/arch/arm/conf/Makefile.arm:1.34
--- src/sys/arch/arm/conf/Makefile.arm:1.33 Mon Mar 19 05:38:26 2012
+++ src/sys/arch/arm/conf/Makefile.arm Fri May 18 12:45:43 2012
@@ -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 @@ LINKFLAGS_NORMAL= -X
# 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' $@ ;\