Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand/loadbsd Fix comment. We do not use the a...



details:   https://anonhg.NetBSD.org/src/rev/382becd5356e
branches:  trunk
changeset: 349419:382becd5356e
user:      rin <rin%NetBSD.org@localhost>
date:      Sat Dec 10 14:06:44 2016 +0000

description:
Fix comment. We do not use the a.out format anymore...

diffstat:

 sys/arch/x68k/stand/loadbsd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 11a1e39f86e9 -r 382becd5356e sys/arch/x68k/stand/loadbsd/Makefile
--- a/sys/arch/x68k/stand/loadbsd/Makefile      Sat Dec 10 14:03:34 2016 +0000
+++ b/sys/arch/x68k/stand/loadbsd/Makefile      Sat Dec 10 14:06:44 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.17 2016/12/10 14:03:34 rin Exp $
+#      $NetBSD: Makefile,v 1.18 2016/12/10 14:06:44 rin Exp $
 
 S=     ${.CURDIR}/../../../..
 
@@ -15,7 +15,7 @@
 .include <bsd.own.mk>
 .include <bsd.klinks.mk>
 
-STRIPFLAG=             # not an a.out
+STRIPFLAG=             # not an elf
 
 AOUT2HUXDIR!=  cd ${.CURDIR}/../aout2hux && ${PRINTOBJDIR}
 AOUT2HUX=      ${AOUT2HUXDIR}/aout2hux



Home | Main Index | Thread Index | Old Index