Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf SYSTEM_LD: don't display every object file on the p...
details: https://anonhg.NetBSD.org/src/rev/1146f7cf2e86
branches: trunk
changeset: 555687:1146f7cf2e86
user: pk <pk%NetBSD.org@localhost>
date: Tue Nov 25 07:47:29 2003 +0000
description:
SYSTEM_LD: don't display every object file on the planet thrice.
diffstat:
sys/conf/Makefile.kern.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 12be317b5502 -r 1146f7cf2e86 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc Tue Nov 25 07:19:46 2003 +0000
+++ b/sys/conf/Makefile.kern.inc Tue Nov 25 07:47:29 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.46 2003/11/20 07:08:02 lukem Exp $
+# $NetBSD: Makefile.kern.inc,v 1.47 2003/11/25 07:47:29 pk Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -168,9 +168,9 @@
SYSTEM_OBJ?= ${MD_OBJS} ${MI_OBJS} ${OBJS} ${LIBCOMPAT} ${LIBKERN}
SYSTEM_DEP?= Makefile ${SYSTEM_OBJ} .gdbinit
SYSTEM_LD_HEAD?=@rm -f $@
-SYSTEM_LD?= ${_MKSHMSG} " link ${.TARGET}"; \
+SYSTEM_LD?= @${_MKSHMSG} " link ${.TARGET}"; \
${_MKSHECHO}\
- ${LD} ${LINKFLAGS} -o $@ ${SYSTEM_OBJ} ${EXTRA_OBJ} vers.o; \
+ ${LD} ${LINKFLAGS} -o $@ '$${SYSTEM_OBJ}' '$${EXTRA_OBJ}' vers.o; \
${LD} ${LINKFLAGS} -o $@ ${SYSTEM_OBJ} ${EXTRA_OBJ} vers.o
SYSTEM_LD_TAIL?=@${SIZE} $@; chmod 755 $@
Home |
Main Index |
Thread Index |
Old Index