Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Misplaced colon.



details:   https://anonhg.NetBSD.org/src/rev/14e1c2e4fd13
branches:  trunk
changeset: 518307:14e1c2e4fd13
user:      atatat <atatat%NetBSD.org@localhost>
date:      Wed Nov 28 03:58:25 2001 +0000

description:
Misplaced colon.

diffstat:

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

diffs (18 lines):

diff -r 18e7ce9a5561 -r 14e1c2e4fd13 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Wed Nov 28 03:52:27 2001 +0000
+++ b/sys/conf/Makefile.kern.inc        Wed Nov 28 03:58:25 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.5 2001/11/27 23:28:42 atatat Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.6 2001/11/28 03:58:25 atatat Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}. There are
@@ -135,7 +135,7 @@
 LINKTEXT?=     ${TEXTADDR:C/.+/-Ttext &/}
 LINKDATA?=     ${DATAADDR:C/.+/-Tdata &/}
 ENTRYPOINT?=   start
-LINKENTRY?=    ${ENTRYPOINT:C:/.+/-e &/}
+LINKENTRY?=    ${ENTRYPOINT:C/.+/-e &/}
 LINKFLAGS?=    ${LINKFORMAT} ${LINKTEXT} ${LINKDATA} ${LINKENTRY} \
                ${EXTRA_LINKFLAGS}
 



Home | Main Index | Thread Index | Old Index