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/darwin/depends/curl | |
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/darwin/depends/curl')
-rw-r--r-- | tools/darwin/depends/curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |