icu-3.6: fix building with big make -j

icu-3.6 buildsystem contains small problem which causes some parallel
builds to fail. Fix that.

(From OE-Core rev: 41b7c955cfdc7b4d5c667c8a8742237d5edaca4f)

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Dmitry Eremin-Solenikov
2011-09-03 22:22:44 +04:00
committed by Richard Purdie
parent 0126118729
commit dbff56238e
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
Upstream-Status: pending
Fix parallel builds
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Index: source/data/Makefile.in
===================================================================
--- source.orig/data/Makefile.in 2011-09-02 02:03:37.000000000 +0400
+++ source/data/Makefile.in 2011-09-02 02:06:26.000000000 +0400
@@ -351,8 +351,8 @@
endif
-build-dir: $(BUILD_DIRS)
-$(BUILD_DIRS):
+$(MAINBUILDDIR) $(BUILD_DIRS): build-dir
+build-dir:
-$(MKINSTALLDIRS) $(BUILD_DIRS)