Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/csu/common_elf * Use += to assign OBJS so that machine-d...
details: https://anonhg.NetBSD.org/src/rev/10adc00cc0e6
branches: trunk
changeset: 520548:10adc00cc0e6
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sun Jan 13 19:59:26 2002 +0000
description:
* Use += to assign OBJS so that machine-dependent Makefiles can
add their own objects to the list.
* Garbage-collect an unneeded CLEANFILES assignment.
diffstat:
lib/csu/common_elf/Makefile.inc | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (20 lines):
diff -r f5182ba0b052 -r 10adc00cc0e6 lib/csu/common_elf/Makefile.inc
--- a/lib/csu/common_elf/Makefile.inc Sun Jan 13 19:40:51 2002 +0000
+++ b/lib/csu/common_elf/Makefile.inc Sun Jan 13 19:59:26 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.13 2001/12/31 00:40:11 thorpej Exp $
+# $NetBSD: Makefile.inc,v 1.14 2002/01/13 19:59:26 thorpej Exp $
.include <bsd.own.mk>
@@ -27,9 +27,7 @@
.PATH: ${.CURDIR}/../common_elf
-OBJS= crt0.o gcrt0.o crtbegin.o crtbeginS.o crtend.o crtendS.o
-
-CLEANFILES+= core a.out
+OBJS+= crt0.o gcrt0.o crtbegin.o crtbeginS.o crtend.o crtendS.o
realall: ${OBJS}
Home |
Main Index |
Thread Index |
Old Index