[Buildroot] [git commit] icu: enable parallel build

Peter Korsgaard peter at korsgaard.com
Thu Jun 4 13:36:00 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=8080aacf700c92508d2c9c71d4d4d5a3cab0e75a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Re-enable parallel builds, it doesn't seem to be affected by the issue
worked around in 5a8c7934 any more.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/icu/icu.mk |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/package/icu/icu.mk b/package/icu/icu.mk
index 2590178..e89290a 100644
--- a/package/icu/icu.mk
+++ b/package/icu/icu.mk
@@ -24,7 +24,6 @@ HOST_ICU_CONF_OPTS = \
 	--disable-icuio \
 	--disable-layout \
 	--disable-renaming
-ICU_MAKE = $(MAKE1)
 ICU_SUBDIR = source
 HOST_ICU_SUBDIR = source
 


More information about the buildroot mailing list