Source-Changes-HG archive

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

[src/trunk]: src/share/mk disable ctf handling for the shuttle .c -> '' rule ...



details:   https://anonhg.NetBSD.org/src/rev/2d42c4cf064c
branches:  trunk
changeset: 325659:2d42c4cf064c
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 02 19:25:08 2014 +0000

description:
disable ctf handling for the shuttle .c -> '' rule since we don't create
an object file to work on.

diffstat:

 share/mk/sys.mk |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 4c19bcfd58bd -r 2d42c4cf064c share/mk/sys.mk
--- a/share/mk/sys.mk   Thu Jan 02 19:20:35 2014 +0000
+++ b/share/mk/sys.mk   Thu Jan 02 19:25:08 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sys.mk,v 1.119 2013/12/31 18:46:09 christos Exp $
+#      $NetBSD: sys.mk,v 1.120 2014/01/02 19:25:08 christos Exp $
 #      @(#)sys.mk      8.2 (Berkeley) 3/21/94
 #
 # This file contains the basic rules for make(1) and is read first
@@ -118,9 +118,10 @@
 # C
 .c:
        ${LINK.c} -o ${.TARGET} ${.IMPSRC} ${LDLIBS}
-.if defined(CTFCONVERT)
-       ${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
-.endif
+# XXX: disable for now
+#.if defined(CTFCONVERT)
+#      ${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
+#.endif
 .c.o:
        ${COMPILE.c} ${.IMPSRC}
 .if defined(CTFCONVERT)



Home | Main Index | Thread Index | Old Index