diff options
author | S. Davilla <davilla@4pi.com> | 2011-05-30 18:57:15 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-05-30 18:57:30 -0400 |
commit | 8c076b3b0310b1421bf4602135ed698636cff62c (patch) | |
tree | 68a85e793a726f64fdda91e1f31c9b1deebf2082 /tools | |
parent | f03ed88ecace521410824238f6a696dcbba01292 (diff) |
[osx/ios] changed, darwin depends build. turn up the volume and run make -j hw.ncpu for building depends
Diffstat (limited to 'tools')
48 files changed, 48 insertions, 47 deletions
diff --git a/tools/darwin/depends/Makefile.include.in b/tools/darwin/depends/Makefile.include.in index 988336925c..3c212a58a1 100644 --- a/tools/darwin/depends/Makefile.include.in +++ b/tools/darwin/depends/Makefile.include.in @@ -6,6 +6,7 @@ STAGING=@use_staging@ TOOLCHAIN=@use_toolchain@ TARBALLS_LOCATION=@use_staging@/tarballs BASE_URL=http://mirrors.xbmc.org/build-deps/darwin-libs +MAKE_JOBS=$(shell sysctl hw.ncpu | awk '{print $$2}') RETRIEVE_TOOL=/usr/bin/curl RETRIEVE_TOOL_FLAGS=-Ls --create-dirs --output $(TARBALLS_LOCATION)/$(ARCHIVE) diff --git a/tools/darwin/depends/afpfs-ng/Makefile b/tools/darwin/depends/afpfs-ng/Makefile index 953bece5df..71718b752d 100644 --- a/tools/darwin/depends/afpfs-ng/Makefile +++ b/tools/darwin/depends/afpfs-ng/Makefile @@ -27,7 +27,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/autoconf/Makefile b/tools/darwin/depends/autoconf/Makefile index beb0423c54..b657461314 100644 --- a/tools/darwin/depends/autoconf/Makefile +++ b/tools/darwin/depends/autoconf/Makefile @@ -26,7 +26,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(APP): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) $(APPBIN): make $(APP) diff --git a/tools/darwin/depends/automake/Makefile b/tools/darwin/depends/automake/Makefile index c88173027a..ebd458fc81 100644 --- a/tools/darwin/depends/automake/Makefile +++ b/tools/darwin/depends/automake/Makefile @@ -25,7 +25,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(APP): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) $(APPBIN): make $(APP) diff --git a/tools/darwin/depends/cmake/Makefile b/tools/darwin/depends/cmake/Makefile index 8b61082a0a..d1755b1784 100644 --- a/tools/darwin/depends/cmake/Makefile +++ b/tools/darwin/depends/cmake/Makefile @@ -25,7 +25,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(APP): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) $(APPBIN): make $(APP) diff --git a/tools/darwin/depends/curl/Makefile b/tools/darwin/depends/curl/Makefile index da6362cb2c..897669c8cb 100644 --- a/tools/darwin/depends/curl/Makefile +++ b/tools/darwin/depends/curl/Makefile @@ -23,7 +23,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/expat/Makefile b/tools/darwin/depends/expat/Makefile index 9f593b53b4..cb51291d2f 100644 --- a/tools/darwin/depends/expat/Makefile +++ b/tools/darwin/depends/expat/Makefile @@ -23,7 +23,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/fontconfig/Makefile b/tools/darwin/depends/fontconfig/Makefile index e16b56279a..a612300174 100644 --- a/tools/darwin/depends/fontconfig/Makefile +++ b/tools/darwin/depends/fontconfig/Makefile @@ -28,7 +28,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/freetype2/Makefile b/tools/darwin/depends/freetype2/Makefile index f79eba659a..a77e534203 100644 --- a/tools/darwin/depends/freetype2/Makefile +++ b/tools/darwin/depends/freetype2/Makefile @@ -26,7 +26,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/fribidi/Makefile b/tools/darwin/depends/fribidi/Makefile index 33b091415c..6a0ee921ac 100644 --- a/tools/darwin/depends/fribidi/Makefile +++ b/tools/darwin/depends/fribidi/Makefile @@ -24,7 +24,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/gettext/Makefile b/tools/darwin/depends/gettext/Makefile index ae94295fb3..c31e901cde 100644 --- a/tools/darwin/depends/gettext/Makefile +++ b/tools/darwin/depends/gettext/Makefile @@ -31,7 +31,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/help2man/Makefile b/tools/darwin/depends/help2man/Makefile index 536d21336a..6b90b08718 100644 --- a/tools/darwin/depends/help2man/Makefile +++ b/tools/darwin/depends/help2man/Makefile @@ -26,7 +26,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(APP): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) $(APPBIN): make $(APP) diff --git a/tools/darwin/depends/jpeg/Makefile b/tools/darwin/depends/jpeg/Makefile index da4abaee82..c99a102b5c 100644 --- a/tools/darwin/depends/jpeg/Makefile +++ b/tools/darwin/depends/jpeg/Makefile @@ -23,7 +23,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/libGLEW/Makefile b/tools/darwin/depends/libGLEW/Makefile index a8dd0ecb93..19fc250a7c 100644 --- a/tools/darwin/depends/libGLEW/Makefile +++ b/tools/darwin/depends/libGLEW/Makefile @@ -28,7 +28,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); patch -p0 < ../02-Makefile.darwin.patch $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/libass/Makefile b/tools/darwin/depends/libass/Makefile index 55dfbbca9e..acd0262098 100644 --- a/tools/darwin/depends/libass/Makefile +++ b/tools/darwin/depends/libass/Makefile @@ -23,7 +23,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/libbluray/Makefile b/tools/darwin/depends/libbluray/Makefile index f0515fa067..ead064e231 100644 --- a/tools/darwin/depends/libbluray/Makefile +++ b/tools/darwin/depends/libbluray/Makefile @@ -26,7 +26,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/libcdio/Makefile b/tools/darwin/depends/libcdio/Makefile index f7f0428cf7..32455db1f6 100644 --- a/tools/darwin/depends/libcdio/Makefile +++ b/tools/darwin/depends/libcdio/Makefile @@ -24,7 +24,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/libflac/Makefile b/tools/darwin/depends/libflac/Makefile index 97eed14e5a..f5b0c37674 100644 --- a/tools/darwin/depends/libflac/Makefile +++ b/tools/darwin/depends/libflac/Makefile @@ -29,7 +29,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) fi $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/libgcrypt/Makefile b/tools/darwin/depends/libgcrypt/Makefile index a4e23d2645..5498e52fb5 100644 --- a/tools/darwin/depends/libgcrypt/Makefile +++ b/tools/darwin/depends/libgcrypt/Makefile @@ -27,7 +27,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/libgpg-error/Makefile b/tools/darwin/depends/libgpg-error/Makefile index a8a319ec1c..ab033a0cac 100644 --- a/tools/darwin/depends/libgpg-error/Makefile +++ b/tools/darwin/depends/libgpg-error/Makefile @@ -26,7 +26,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/liblzo2/Makefile b/tools/darwin/depends/liblzo2/Makefile index 0dc8c8bd46..e74f03c9d1 100644 --- a/tools/darwin/depends/liblzo2/Makefile +++ b/tools/darwin/depends/liblzo2/Makefile @@ -25,7 +25,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/libmad/Makefile b/tools/darwin/depends/libmad/Makefile index 07b3282ee8..d1d4d33504 100644 --- a/tools/darwin/depends/libmad/Makefile +++ b/tools/darwin/depends/libmad/Makefile @@ -28,7 +28,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/libmicrohttpd/Makefile b/tools/darwin/depends/libmicrohttpd/Makefile index 4a9894d4b6..3fa5ae559f 100644 --- a/tools/darwin/depends/libmicrohttpd/Makefile +++ b/tools/darwin/depends/libmicrohttpd/Makefile @@ -24,7 +24,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/libmodplug/Makefile b/tools/darwin/depends/libmodplug/Makefile index 034ae123dd..0c24f3c9b8 100644 --- a/tools/darwin/depends/libmodplug/Makefile +++ b/tools/darwin/depends/libmodplug/Makefile @@ -23,7 +23,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/libmpeg2/Makefile b/tools/darwin/depends/libmpeg2/Makefile index 7b0b13944b..839fa5b5c6 100644 --- a/tools/darwin/depends/libmpeg2/Makefile +++ b/tools/darwin/depends/libmpeg2/Makefile @@ -29,7 +29,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/libogg/Makefile b/tools/darwin/depends/libogg/Makefile index 74a0bbf70a..d1da26423d 100644 --- a/tools/darwin/depends/libogg/Makefile +++ b/tools/darwin/depends/libogg/Makefile @@ -23,7 +23,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/libpng/Makefile b/tools/darwin/depends/libpng/Makefile index 1dddac47f0..7edef1eaf8 100644 --- a/tools/darwin/depends/libpng/Makefile +++ b/tools/darwin/depends/libpng/Makefile @@ -23,7 +23,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/librtmp/Makefile b/tools/darwin/depends/librtmp/Makefile index a7ab557ebe..4439a94575 100644 --- a/tools/darwin/depends/librtmp/Makefile +++ b/tools/darwin/depends/librtmp/Makefile @@ -23,7 +23,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); patch -p1 < ../01-make_shared_lib_for_darwin-tag2.3.patch $(LIBDYLIB): $(SOURCE) - make SYS=darwin prefix=$(PREFIX) XCFLAGS="$(CFLAGS)" XLDFLAGS="$(LDFLAGS)" -C $(SOURCE)/librtmp + make SYS=darwin prefix=$(PREFIX) XCFLAGS="$(CFLAGS)" XLDFLAGS="$(LDFLAGS)" -j $(MAKE_JOBS) -C $(SOURCE)/librtmp .installed: make SYS=darwin prefix=$(PREFIX) -C $(SOURCE)/librtmp install diff --git a/tools/darwin/depends/libsamplerate/Makefile b/tools/darwin/depends/libsamplerate/Makefile index dcc610c55a..c78120e0df 100644 --- a/tools/darwin/depends/libsamplerate/Makefile +++ b/tools/darwin/depends/libsamplerate/Makefile @@ -25,7 +25,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/libsdl/Makefile b/tools/darwin/depends/libsdl/Makefile index b88f838dd1..13158d5296 100644 --- a/tools/darwin/depends/libsdl/Makefile +++ b/tools/darwin/depends/libsdl/Makefile @@ -26,7 +26,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/libsdl_image/Makefile b/tools/darwin/depends/libsdl_image/Makefile index 051f3c8ebf..71ad5d4a35 100644 --- a/tools/darwin/depends/libsdl_image/Makefile +++ b/tools/darwin/depends/libsdl_image/Makefile @@ -24,7 +24,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/libsdl_mixer/Makefile b/tools/darwin/depends/libsdl_mixer/Makefile index aee1b0432f..55d8ad669d 100644 --- a/tools/darwin/depends/libsdl_mixer/Makefile +++ b/tools/darwin/depends/libsdl_mixer/Makefile @@ -26,7 +26,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install-hdrs install-lib diff --git a/tools/darwin/depends/libssh2/Makefile b/tools/darwin/depends/libssh2/Makefile index 925c74443c..059237eb77 100644 --- a/tools/darwin/depends/libssh2/Makefile +++ b/tools/darwin/depends/libssh2/Makefile @@ -27,7 +27,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/libtool/Makefile b/tools/darwin/depends/libtool/Makefile index e0806f26c9..c8ab6ce7de 100644 --- a/tools/darwin/depends/libtool/Makefile +++ b/tools/darwin/depends/libtool/Makefile @@ -26,7 +26,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(APP): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) $(APPBIN): make $(APP) diff --git a/tools/darwin/depends/libvorbis/Makefile b/tools/darwin/depends/libvorbis/Makefile index 123639e23b..93ead2412f 100644 --- a/tools/darwin/depends/libvorbis/Makefile +++ b/tools/darwin/depends/libvorbis/Makefile @@ -26,7 +26,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/libwavpack/Makefile b/tools/darwin/depends/libwavpack/Makefile index cc8934aa71..6d2441f9dc 100644 --- a/tools/darwin/depends/libwavpack/Makefile +++ b/tools/darwin/depends/libwavpack/Makefile @@ -23,7 +23,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/mysqlclient/Makefile b/tools/darwin/depends/mysqlclient/Makefile index 8bffdaf011..dee71afaeb 100644 --- a/tools/darwin/depends/mysqlclient/Makefile +++ b/tools/darwin/depends/mysqlclient/Makefile @@ -36,7 +36,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) fi $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE)/scripts install diff --git a/tools/darwin/depends/openssl/Makefile b/tools/darwin/depends/openssl/Makefile index 0c8c401c3a..7d976c3b25 100644 --- a/tools/darwin/depends/openssl/Makefile +++ b/tools/darwin/depends/openssl/Makefile @@ -34,7 +34,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) fi $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j 1 -C $(SOURCE) .installed: make -C $(SOURCE) install_sw diff --git a/tools/darwin/depends/pcre/Makefile b/tools/darwin/depends/pcre/Makefile index a8a771807a..bdd9928ccf 100644 --- a/tools/darwin/depends/pcre/Makefile +++ b/tools/darwin/depends/pcre/Makefile @@ -24,7 +24,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/pkg-config/Makefile b/tools/darwin/depends/pkg-config/Makefile index 2ba7ad2b6c..47fee3e6ef 100644 --- a/tools/darwin/depends/pkg-config/Makefile +++ b/tools/darwin/depends/pkg-config/Makefile @@ -25,7 +25,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(APP): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) $(APPBIN): make $(APP) diff --git a/tools/darwin/depends/python26/Makefile.ios b/tools/darwin/depends/python26/Makefile.ios index 601b6b43c8..47a6b22117 100644 --- a/tools/darwin/depends/python26/Makefile.ios +++ b/tools/darwin/depends/python26/Makefile.ios @@ -40,7 +40,7 @@ $(LIBDYLIB): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); make distclean cd $(SOURCE); patch -p1 <../Python-2.6.5-xcompile.patch cd $(SOURCE); $(CONFIGURE) - cd $(SOURCE); make HOSTPYTHON=./hostpython HOSTPGEN=./Parser/hostpgen CROSS_COMPILE_TARGET=yes + cd $(SOURCE); make -j $(MAKE_JOBS) HOSTPYTHON=./hostpython HOSTPGEN=./Parser/hostpgen CROSS_COMPILE_TARGET=yes .installed: cd $(SOURCE); make install HOSTPYTHON=./hostpython CROSS_COMPILE_TARGET=yes diff --git a/tools/darwin/depends/python26/Makefile.osx b/tools/darwin/depends/python26/Makefile.osx index 217e36ad4b..8267c97174 100644 --- a/tools/darwin/depends/python26/Makefile.osx +++ b/tools/darwin/depends/python26/Makefile.osx @@ -27,7 +27,7 @@ $(LIBDYLIB): $(TARBALLS_LOCATION)/$(ARCHIVE) # this forces python2.6 hashlib to be compatible with osx 10.4 boxes. sed -ie "s|openssl_ver >= 0x00907000)|openssl_ver >= 0x00907000 and False)|" "$(SOURCE)/setup.py" sed -ie "s|(openssl_ver < 0x00908000)|(True or openssl_ver < 0x00908000)|" "$(SOURCE)/setup.py" - cd $(SOURCE); make + cd $(SOURCE); make -j $(MAKE_JOBS) .installed: cd $(SOURCE); make install diff --git a/tools/darwin/depends/readline/Makefile b/tools/darwin/depends/readline/Makefile index 3e537a4cad..abf141c8ca 100644 --- a/tools/darwin/depends/readline/Makefile +++ b/tools/darwin/depends/readline/Makefile @@ -24,7 +24,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/samba/Makefile b/tools/darwin/depends/samba/Makefile index 54d4c225b5..9f83b40f35 100644 --- a/tools/darwin/depends/samba/Makefile +++ b/tools/darwin/depends/samba/Makefile @@ -27,7 +27,7 @@ $(LIBDYLIB): $(TARBALLS_LOCATION)/$(ARCHIVE) if test "$(DARWIN)" = "ios"; then \ cp -f /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator$(SDK).sdk/usr/include/crt_externs.h $(PREFIX)/include/; \ fi - cd $(SOURCE)/source3; make bin/libsmbclient.dylib + cd $(SOURCE)/source3; make -j 1 bin/libsmbclient.dylib .installed: cp -f $(SOURCE)/source3/include/libsmbclient.h $(PREFIX)/include/ diff --git a/tools/darwin/depends/sqlite3/Makefile b/tools/darwin/depends/sqlite3/Makefile index 78a7c7c54b..47c1d798b8 100644 --- a/tools/darwin/depends/sqlite3/Makefile +++ b/tools/darwin/depends/sqlite3/Makefile @@ -28,7 +28,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/tar/Makefile b/tools/darwin/depends/tar/Makefile index 3172bbda26..59a224ff83 100644 --- a/tools/darwin/depends/tar/Makefile +++ b/tools/darwin/depends/tar/Makefile @@ -26,7 +26,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(APP): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) $(APPBIN): make $(APP) diff --git a/tools/darwin/depends/tiff/Makefile b/tools/darwin/depends/tiff/Makefile index 2082e095e9..cd2d3acf9c 100644 --- a/tools/darwin/depends/tiff/Makefile +++ b/tools/darwin/depends/tiff/Makefile @@ -23,7 +23,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(LIBDYLIB): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) .installed: make -C $(SOURCE) install diff --git a/tools/darwin/depends/yasm/Makefile b/tools/darwin/depends/yasm/Makefile index 7e3699501e..75efac8a45 100644 --- a/tools/darwin/depends/yasm/Makefile +++ b/tools/darwin/depends/yasm/Makefile @@ -26,7 +26,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(CONFIGURE) $(APP): $(SOURCE) - make -C $(SOURCE) + make -j $(MAKE_JOBS) -C $(SOURCE) $(APPBIN): make $(APP) |