Author: fjoe
Date: Tue Nov 29 20:06:27 2011
New Revision: 228147
URL: http://svn.freebsd.org/changeset/base/228147
Log:
CTFCONVERT_CMD=... hack does not work sufficiently well in parallel builds.
Put a bandaid until make(1) is taught to ignore empty commands.
Modified:
head/share/mk/bsd.own.mk
Modified: head/share/mk/bsd.own.mk
==============================================================================
--- head/share/mk/bsd.own.mk Tue Nov 29 19:49:11 2011 (r228146)
+++ head/share/mk/bsd.own.mk Tue Nov 29 20:06:27 2011 (r228147)
@@ -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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"