summaryrefslogtreecommitdiffstats
path: root/src/sdl.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2008-11-09 04:22:56 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2008-11-09 04:22:56 (GMT)
commit465b1fc60e54df9fa9b33f05f67fa9f580b3f748 (patch)
treee4a666327681bd315c6a74e4725d84d76aeac952 /src/sdl.mk
parent624e3d45c31e269ef293071d70140240775ab8bb (diff)
downloadmxe-465b1fc60e54df9fa9b33f05f67fa9f580b3f748.zip
mxe-465b1fc60e54df9fa9b33f05f67fa9f580b3f748.tar.gz
mxe-465b1fc60e54df9fa9b33f05f67fa9f580b3f748.tar.bz2
improved parallel builds of packages 'binutils', 'pdflib_lite' and 'sdl'
Diffstat (limited to 'src/sdl.mk')
-rw-r--r--src/sdl.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdl.mk b/src/sdl.mk
index bad8798..0c1dbe5 100644
--- a/src/sdl.mk
+++ b/src/sdl.mk
@@ -21,5 +21,6 @@ define $(PKG)_BUILD
--disable-shared \
--disable-debug \
--prefix='$(PREFIX)/$(TARGET)'
+ $(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef