Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf echo the objcopy we actually run.



details:   https://anonhg.NetBSD.org/src/rev/52fd73ee9eab
branches:  trunk
changeset: 572998:52fd73ee9eab
user:      chs <chs%NetBSD.org@localhost>
date:      Sun Jan 16 23:40:34 2005 +0000

description:
echo the objcopy we actually run.

diffstat:

 sys/arch/evbppc/conf/Makefile.explora.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 3c4021380e6a -r 52fd73ee9eab sys/arch/evbppc/conf/Makefile.explora.inc
--- a/sys/arch/evbppc/conf/Makefile.explora.inc Sun Jan 16 23:39:44 2005 +0000
+++ b/sys/arch/evbppc/conf/Makefile.explora.inc Sun Jan 16 23:40:34 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.explora.inc,v 1.2 2003/05/31 12:00:59 hannken Exp $
+#      $NetBSD: Makefile.explora.inc,v 1.3 2005/01/16 23:40:34 chs Exp $
 
 CFLAGS+=-mcpu=403
 AFLAGS+=-mcpu=403
@@ -13,5 +13,5 @@
 .endif
 
 SYSTEM_LD_TAIL_EXTRA+=; \
-       echo objcopy --adjust-vma 0x81000000 netbsd netbsd.img ; \
+       echo ${OBJCOPY} --adjust-vma 0x81000000 netbsd netbsd.img ; \
        ${OBJCOPY} --adjust-vma 0x81000000 netbsd netbsd.img



Home | Main Index | Thread Index | Old Index