avoid issues with parallel build of package gtkmm2

This commit is contained in:
Volker Grabsch 2011-04-23 16:45:48 +02:00
parent 066f8b477c
commit f47c20f954
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ define $(PKG)_BUILD
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
MAKE=$(MAKE)
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
'$(TARGET)-g++' \
-W -Wall -Werror -pedantic -std=c++0x \