diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-03 10:01:34 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-03 10:01:34 +0000 |
commit | bb594646aa89e7a67c7b6ce07b7169d604073073 (patch) | |
tree | 392566ac055a958d1f3202881093546f970d3a1c /meta/packages/eds/eds-dbus | |
parent | c02ea00db1c98f86cf33bb83e866055225da86b1 (diff) | |
download | openembedded-core-bb594646aa89e7a67c7b6ce07b7169d604073073.tar.gz openembedded-core-bb594646aa89e7a67c7b6ce07b7169d604073073.tar.bz2 openembedded-core-bb594646aa89e7a67c7b6ce07b7169d604073073.zip |
eds-dbus: Disable parallel make build problem
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/eds/eds-dbus')
-rw-r--r-- | meta/packages/eds/eds-dbus/parallelmake.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/packages/eds/eds-dbus/parallelmake.patch b/meta/packages/eds/eds-dbus/parallelmake.patch new file mode 100644 index 0000000000..4cf6b1a356 --- /dev/null +++ b/meta/packages/eds/eds-dbus/parallelmake.patch @@ -0,0 +1,21 @@ +Index: git/git.mk +=================================================================== +--- git.orig/git.mk 2010-02-05 14:57:15.000000000 +0000 ++++ git/git.mk 2010-03-03 09:31:43.000000000 +0000 +@@ -166,11 +166,11 @@ + + all: $(srcdir)/.gitignore gitignore-recurse + gitignore-recurse: +- @if test "x$(SUBDIRS)" = "x$(DIST_SUBDIRS)"; then :; else \ +- list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ +- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) .gitignore); \ +- done; \ +- fi; ++ #@if test "x$(SUBDIRS)" = "x$(DIST_SUBDIRS)"; then :; else \ ++ # list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ ++ # test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) .gitignore); \ ++ # done; \ ++ #fi; + maintainer-clean: gitignore-clean + gitignore-clean: + -rm -f $(srcdir)/.gitignore |