Source-Changes-HG archive

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

[src/trunk]: src/gnu/lib/libgcc Make the .cc->NULL transform do nothing (so t...



details:   https://anonhg.NetBSD.org/src/rev/aa4879cdaf04
branches:  trunk
changeset: 518338:aa4879cdaf04
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Nov 28 14:29:13 2001 +0000

description:
Make the .cc->NULL transform do nothing (so that "exception.cc" doesn't
get compiled into "exception" during "make includes").

diffstat:

 gnu/lib/libgcc/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r cf033d83f699 -r aa4879cdaf04 gnu/lib/libgcc/Makefile
--- a/gnu/lib/libgcc/Makefile   Wed Nov 28 13:46:06 2001 +0000
+++ b/gnu/lib/libgcc/Makefile   Wed Nov 28 14:29:13 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.27 2001/11/28 04:39:55 tv Exp $
+#      $NetBSD: Makefile,v 1.28 2001/11/28 14:29:13 tv Exp $
 
 REQUIRETOOLS=  yes
 
@@ -7,6 +7,8 @@
 LIB=           gcc
 MKLINT=                no
 
+.cc: # disable .cc->NULL transform
+
 .if defined(USE_NEW_TOOLCHAIN)
 
 .include "${.CURDIR}/${MACHINE_ARCH}.mk"
@@ -100,9 +102,6 @@
 INCS=          exception new new.h typeinfo
 INCSDIR=       /usr/include/g++
 
-.cc:
-       @true
-
 ${NEW1OBJS}: new1.cc
        ${COMPILE.cc} -DL$* -o $@ $>
 ${NEW2OBJS}: new2.cc



Home | Main Index | Thread Index | Old Index