summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-10-31 04:14:33 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-10-31 04:14:33 -0400
commite1c419b6be940038ae2013104e934af20460213c (patch)
tree4000b4234ce4fb1b32861833eb93abce4b374748 /lib/Makefile
parenta51b7ec4faf7eae30588aad29e8979e3cd8b4678 (diff)
downloadfork-ledger-e1c419b6be940038ae2013104e934af20460213c.tar.gz
fork-ledger-e1c419b6be940038ae2013104e934af20460213c.tar.bz2
fork-ledger-e1c419b6be940038ae2013104e934af20460213c.zip
Removed -j16 from lib/Makefile
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 6b46b422..07cf77ea 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -13,13 +13,13 @@ BOOST_VERSION = 1_40_0
# architecture=combined
boost-release:
(cd $(BOOST_SOURCE) && \
- bjam release -j16 --prefix=$(STOW_ROOT)/boost_$(BOOST_VERSION) \
+ bjam release --prefix=$(STOW_ROOT)/boost_$(BOOST_VERSION) \
--build-dir=$(HOME)/Products/boost_$(BOOST_VERSION) \
--toolset=darwin --build-type=complete --layout=versioned install)
boost-debug:
(cd $(BOOST_SOURCE) && \
- bjam debug -j16 --prefix=$(STOW_ROOT)/boost_$(BOOST_VERSION) \
+ bjam debug --prefix=$(STOW_ROOT)/boost_$(BOOST_VERSION) \
--build-dir=$(HOME)/Products/boost_$(BOOST_VERSION) \
--toolset=darwin --build-type=complete --layout=versioned \
define=_GLIBCXX_DEBUG=1 install)