diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-12-07 12:58:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-12-07 12:58:20 +0000 |
commit | 0ef3f2e9b8efa42afc2c116288c004217f4e17a8 (patch) | |
tree | f588196e1d149c6e8efccb76b6e59f50a45cc2aa /devel/icu/Makefile | |
parent | Fix a few compilation errors detected by clang. (diff) |
Mark MAKE_JOBS_SAFE, tested with hw.ncpus=8 and hw.ncpus=16
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=287010
Diffstat (limited to 'devel/icu/Makefile')
-rw-r--r-- | devel/icu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/icu/Makefile b/devel/icu/Makefile index d1f97ee3f363..8d41cd0f17c8 100644 --- a/devel/icu/Makefile +++ b/devel/icu/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --with-data-packaging=library \ --enable-shared \ --enable-static -MAKE_JOBS_UNSAFE= yes +MAKE_JOBS_SAFE= yes USE_GMAKE= yes INSTALL_TARGET= install install-manx |