Source-Changes-HG archive

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

[src/trunk]: src/distrib/cats/instkernel use arm_elf2aout



details:   https://anonhg.NetBSD.org/src/rev/1265f1887970
branches:  trunk
changeset: 838087:1265f1887970
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jan 02 17:32:25 2019 +0000

description:
use arm_elf2aout

diffstat:

 distrib/cats/instkernel/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3e57552149bc -r 1265f1887970 distrib/cats/instkernel/Makefile
--- a/distrib/cats/instkernel/Makefile  Wed Jan 02 17:29:58 2019 +0000
+++ b/distrib/cats/instkernel/Makefile  Wed Jan 02 17:32:25 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2011/07/10 04:37:56 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.22 2019/01/02 17:32:25 christos Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -13,7 +13,7 @@
 MDSET_NOSTRIP=         # defined
 
 MDSET_POST.netbsd-INSTALL.aout= \
-    ${OBJCOPY} ${OBJCOPY_ELF2AOUT_FLAGS} ${.TARGET} ${.TARGET}.tmp ;\
+    ${ARM_ELF2AOUT} ${.TARGET} ${.TARGET}.tmp && \
        mv ${.TARGET}.tmp ${.TARGET}
 
 .include "${DISTRIBDIR}/common/Makefile.mdset"



Home | Main Index | Thread Index | Old Index