diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-03-29 21:48:30 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-03-29 21:48:30 +0000 |
commit | c2e5f24247907fdce3a523f1cd084471a1b20c8a (patch) | |
tree | 2c2204a3da4514eec823a8f6c1403938c2f7c1e6 /lang | |
parent | 7e39ca70d07b2eea726e55bc2657230431d188bf (diff) |
Set MAKE_JOBS_SAFE to allow for parallel builds.
PR: 133062
Submitted by: mm
Notes
Notes:
svn path=/head/; revision=231278
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc34/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 9a13e2281dd3..3a2ee442356c 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -28,6 +28,7 @@ USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes +MAKE_JOBS_SAFE= yes USE_PERL5_BUILD=yes PATCH_WRKSRC= ${SRCDIR} |