Module Name: src Committed By: christos Date: Thu Jan 2 19:25:08 UTC 2014
Modified Files: src/share/mk: sys.mk Log Message: disable ctf handling for the shuttle .c -> '' rule since we don't create an object file to work on. To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 src/share/mk/sys.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/sys.mk diff -u src/share/mk/sys.mk:1.119 src/share/mk/sys.mk:1.120 --- src/share/mk/sys.mk:1.119 Tue Dec 31 13:46:09 2013 +++ src/share/mk/sys.mk Thu Jan 2 14:25:08 2014 @@ -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 @@ YACC.y?= ${YACC} ${YFLAGS} # 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)