Source-Changes-HG archive

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

[src/trunk]: src/share/mk CTFCONVERT complains and coredumps for c++



details:   https://anonhg.NetBSD.org/src/rev/798e71ca625f
branches:  trunk
changeset: 784370:798e71ca625f
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 26 22:04:18 2013 +0000

description:
CTFCONVERT complains and coredumps for c++

diffstat:

 share/mk/bsd.sys.mk |  5 +----
 share/mk/sys.mk     |  5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 6a617245ba6a -r 798e71ca625f share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk       Sat Jan 26 21:58:41 2013 +0000
+++ b/share/mk/bsd.sys.mk       Sat Jan 26 22:04:18 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.sys.mk,v 1.221 2013/01/26 21:49:20 christos Exp $
+#      $NetBSD: bsd.sys.mk,v 1.222 2013/01/26 22:04:18 christos Exp $
 #
 # Build definitions used for NetBSD source tree builds.
 
@@ -212,9 +212,6 @@
 .cc.o .cpp.o .cxx.o .C.o:
        ${_MKTARGET_COMPILE}
        ${COMPILE.cc} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC}
-.if defined(CTFCONVERT)
-       ${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
-.endif
 
 # Objective C
 # (Defined here rather than in <sys.mk> because `.m' is not just
diff -r 6a617245ba6a -r 798e71ca625f share/mk/sys.mk
--- a/share/mk/sys.mk   Sat Jan 26 21:58:41 2013 +0000
+++ b/share/mk/sys.mk   Sat Jan 26 22:04:18 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sys.mk,v 1.114 2013/01/26 21:49:20 christos Exp $
+#      $NetBSD: sys.mk,v 1.115 2013/01/26 22:04:18 christos Exp $
 #      @(#)sys.mk      8.2 (Berkeley) 3/21/94
 #
 # This file contains the basic rules for make(1) and is read first
@@ -135,9 +135,6 @@
        ${LINK.cc} -o ${.TARGET} ${.IMPSRC} ${LDLIBS}
 .cc.o .cpp.o .cxx.o .C.o:
        ${COMPILE.cc} ${.IMPSRC}
-.if defined(CTFCONVERT)
-       ${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
-.endif
 .cc.a .cpp.a .cxx.a .C.a:
        ${COMPILE.cc} ${.IMPSRC}
        ${AR} ${ARFLAGS} ${.TARGET} ${.PREFIX}.o



Home | Main Index | Thread Index | Old Index