Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cats/conf Echo dbsym command.



details:   https://anonhg.NetBSD.org/src/rev/3af94c7b5337
branches:  trunk
changeset: 538769:3af94c7b5337
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Tue Oct 29 14:33:32 2002 +0000

description:
Echo dbsym command.

diffstat:

 sys/arch/cats/conf/Makefile.cats.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 44b179b6d118 -r 3af94c7b5337 sys/arch/cats/conf/Makefile.cats.inc
--- a/sys/arch/cats/conf/Makefile.cats.inc      Tue Oct 29 14:30:03 2002 +0000
+++ b/sys/arch/cats/conf/Makefile.cats.inc      Tue Oct 29 14:33:32 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.cats.inc,v 1.9 2002/10/05 17:12:51 chs Exp $
+#      $NetBSD: Makefile.cats.inc,v 1.10 2002/10/29 14:33:32 tsutsui Exp $
 
 GENASSYM_EXTRAS+=      ${ARM}/footbridge/genassym.cf
 
@@ -14,6 +14,7 @@
 LOADADDRESS=0xF0000020
 
 SYSTEM_LD_TAIL_EXTRA+=; \
+       echo "${DBSYM} $@ || true"; \
        ${DBSYM} $@ || true; \
        echo OBJCOPY=${OBJCOPY:Q} SIZE=${SIZE:Q} \
            ${ARM}/conf/elf2aout.sh $@ $@.aout; \



Home | Main Index | Thread Index | Old Index