CCACHE_BUILD: Don't try using ccache for compile-linking .c files.
Without -c ccache just executes the real compiler. MFC after: 2 weeks Sponsored by: Dell EMC
This commit is contained in:
parent
90ba157fec
commit
d86fc2ed9b
@ -5,7 +5,7 @@
|
|||||||
chmod a+x ${.TARGET}
|
chmod a+x ${.TARGET}
|
||||||
|
|
||||||
.c:
|
.c:
|
||||||
${CC} ${CFLAGS} ${LDFLAGS} ${.IMPSRC} ${LDLIBS} -o ${.TARGET}
|
${CC:N${CCACHE_BIN}} ${CFLAGS} ${LDFLAGS} ${.IMPSRC} ${LDLIBS} -o ${.TARGET}
|
||||||
${CTFCONVERT_CMD}
|
${CTFCONVERT_CMD}
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user