CTFCONVERT_CMD=... hack does not work sufficiently well in parallel builds.
Put a bandaid until make(1) is taught to ignore empty commands.
This commit is contained in:
parent
d0ed1ea4b7
commit
1a5d0ec1d0
@ -192,7 +192,7 @@ COMPRESS_EXT?= .gz
|
||||
.if defined(WITH_CTF)
|
||||
CTFCONVERT_CMD= ${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
|
||||
.else
|
||||
CTFCONVERT_CMD= ...
|
||||
CTFCONVERT_CMD= @:
|
||||
.endif
|
||||
|
||||
.if !defined(_WITHOUT_SRCCONF)
|
||||
|
Loading…
Reference in New Issue
Block a user