Do not echo ${CTFCONVERT} command: config(8) will be fixed to not
emit '@' for ${NORMAL_CTFCONVERT} invocation.
This commit is contained in:
parent
5f9c1025ce
commit
b7027a72fa
@ -124,8 +124,7 @@ NORMAL_M= ${AWK} -f $S/tools/makeobjops.awk ${.IMPSRC} -c ; \
|
|||||||
${CC} -c ${CFLAGS} ${WERROR} ${PROF} ${.PREFIX}.c
|
${CC} -c ${CFLAGS} ${WERROR} ${PROF} ${.PREFIX}.c
|
||||||
|
|
||||||
.if defined(WITH_CTF)
|
.if defined(WITH_CTF)
|
||||||
CTFCONVERT_CMD= ${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
|
NORMAL_CTFCONVERT= ${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
|
||||||
NORMAL_CTFCONVERT= ${ECHO} ${CTFCONVERT_CMD} && ${CTFCONVERT_CMD}
|
|
||||||
.else
|
.else
|
||||||
NORMAL_CTFCONVERT= :
|
NORMAL_CTFCONVERT= :
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user