Date: Tue, 25 Aug 2015 22:52:59 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395322 - head/lang/pcc Message-ID: <201508252252.t7PMqxlM004635@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Aug 25 22:52:58 2015 New Revision: 395322 URL: https://svnweb.freebsd.org/changeset/ports/395322 Log: lang/pcc is not jobs safe This port has failed in a multijob build a few times now. This latest time it tried to execute mkext before it was generated (I think) Modified: head/lang/pcc/Makefile Modified: head/lang/pcc/Makefile ============================================================================== --- head/lang/pcc/Makefile Tue Aug 25 22:46:48 2015 (r395321) +++ head/lang/pcc/Makefile Tue Aug 25 22:52:58 2015 (r395322) @@ -21,6 +21,8 @@ PLIST_FILES= bin/pcc libexec/ccom libexe man/man1/ccom.1.gz man/man1/cpp.1.gz \ man/man1/pcc.1.gz +MAKE_JOBS_UNSAFE= yes + # Fix -jX builds: use -C switch instead of cd'ing and add missing dependency post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508252252.t7PMqxlM004635>