Do not echo ${CTFCONVERT} command: config(8) will be fixed to not

emit '@' for ${NORMAL_CTFCONVERT} invocation.
This commit is contained in:
fjoe 2011-11-29 18:52:02 +00:00
parent 5f9c1025ce
commit b7027a72fa

View File

@ -124,8 +124,7 @@ NORMAL_M= ${AWK} -f $S/tools/makeobjops.awk ${.IMPSRC} -c ; \
${CC} -c ${CFLAGS} ${WERROR} ${PROF} ${.PREFIX}.c
.if defined(WITH_CTF)
CTFCONVERT_CMD= ${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
NORMAL_CTFCONVERT= ${ECHO} ${CTFCONVERT_CMD} && ${CTFCONVERT_CMD}
NORMAL_CTFCONVERT= ${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
.else
NORMAL_CTFCONVERT= :
.endif