eds-dbus: Disable parallel make build problem

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-03-03 10:01:34 +00:00
parent c02ea00db1
commit bb594646aa
2 changed files with 23 additions and 1 deletions

View File

@@ -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