Date: Wed, 26 Sep 2012 13:17:48 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304910 - head/devel/splint Message-ID: <201209261317.q8QDHmFB033229@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Wed Sep 26 13:17:47 2012 New Revision: 304910 URL: http://svn.freebsd.org/changeset/ports/304910 Log: Mark as unsafe when force-make-jobs is set Approved by: lwhsu (maintainer) Modified: head/devel/splint/Makefile Modified: head/devel/splint/Makefile ============================================================================== --- head/devel/splint/Makefile Wed Sep 26 13:16:30 2012 (r304909) +++ head/devel/splint/Makefile Wed Sep 26 13:17:47 2012 (r304910) @@ -16,6 +16,7 @@ COMMENT= A tool for statically checking USE_GMAKE= yes GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes MAN1= splint.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209261317.q8QDHmFB033229>