Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Need to remove .comment too.
details: https://anonhg.NetBSD.org/src/rev/5038830e216d
branches: trunk
changeset: 552202:5038830e216d
user: matt <matt%NetBSD.org@localhost>
date: Sun Sep 21 15:21:03 2003 +0000
description:
Need to remove .comment too.
diffstat:
distrib/cats/instkernel/Makefile | 4 ++--
sys/arch/cats/conf/Makefile.cats.inc | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (36 lines):
diff -r fd80a601c380 -r 5038830e216d distrib/cats/instkernel/Makefile
--- a/distrib/cats/instkernel/Makefile Sun Sep 21 15:18:33 2003 +0000
+++ b/distrib/cats/instkernel/Makefile Sun Sep 21 15:21:03 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/01/14 20:18:25 skrll Exp $
+# $NetBSD: Makefile,v 1.12 2003/09/21 15:21:43 matt Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -12,7 +12,7 @@
MDSET_NOSTRIP.netbsd.aout-INSTALL= # defined
MDSET_POST.netbsd.aout-INSTALL= \
- ${OBJCOPY} -O a.out-arm-netbsd -R .ident -R .arm.atpcs \
+ ${OBJCOPY} -O a.out-arm-netbsd -R .ident -R .arm.atpcs -R .comment \
${.TARGET} ${.TARGET}
.include "${DISTRIBDIR}/common/Makefile.mdset"
diff -r fd80a601c380 -r 5038830e216d sys/arch/cats/conf/Makefile.cats.inc
--- a/sys/arch/cats/conf/Makefile.cats.inc Sun Sep 21 15:18:33 2003 +0000
+++ b/sys/arch/cats/conf/Makefile.cats.inc Sun Sep 21 15:21:03 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cats.inc,v 1.13 2003/01/03 02:34:49 thorpej Exp $
+# $NetBSD: Makefile.cats.inc,v 1.14 2003/09/21 15:21:03 matt Exp $
CPPFLAGS+= -D${MACHINE}
@@ -12,6 +12,6 @@
echo "${DBSYM} $@ || true"; \
${DBSYM} $@ || true; \
echo \
- "${OBJCOPY} -O a.out-arm-netbsd -R .ident -R .arm.atpcs $@ $@.aout"; \
- ${OBJCOPY} -O a.out-arm-netbsd -R .ident -R .arm.atpcs $@ $@.aout
+ "${OBJCOPY} -O a.out-arm-netbsd -R .ident -R .arm.atpcs -R .comment $@ $@.aout"; \
+ ${OBJCOPY} -O a.out-arm-netbsd -R .ident -R .arm.atpcs -R .comment $@ $@.aout
.endif
Home |
Main Index |
Thread Index |
Old Index