diff options
author | John Wiegley <johnw@newartisans.com> | 2011-02-04 19:16:38 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-02-04 19:16:38 -0500 |
commit | 1719e6cd6cd6bccc095ac9d8e5211c929a36b863 (patch) | |
tree | 73cd439d80c06203ff63d36d9d715c075bef6691 /lib | |
parent | 67047670a0b2884720694862a1f6c5735301ee3c (diff) | |
download | fork-ledger-1719e6cd6cd6bccc095ac9d8e5211c929a36b863.tar.gz fork-ledger-1719e6cd6cd6bccc095ac9d8e5211c929a36b863.tar.bz2 fork-ledger-1719e6cd6cd6bccc095ac9d8e5211c929a36b863.zip |
Don't build Boost/ICU by default in lib/Makefile
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index ae677e6a..12859439 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -18,7 +18,7 @@ else CXX = g++-mp-$(GCC_VERSION) LD = gcc-mp-$(GCC_VERSION) DIR_SUFFIX = gcc$(subst .,,$(GCC_VERSION)) -OPTJ = #-j16 +OPTJ = #-j8 endif CPPFLAGS = -D_GLIBCXX_FULLY_DYNAMIC_STRING=1 ifneq ($(CC),clang) @@ -47,7 +47,7 @@ BOOST_ICU_DIR = boost_$(BOOST_VERSION)-icu-$(DIR_SUFFIX) BOOST_ICU_STOW = $(STOW_ROOT)/$(BOOST_ICU_DIR) BOOST_ICU_BUILD = $(PRODUCTS)/$(BOOST_ICU_DIR) -all: boost-build icu-build boost-icu-build +all: boost-build #icu-build boost-icu-build prepare-boost: perl -i -pe 's/local command = \[ common\.get-invocation-command darwin : g\+\+ : .*/local command = [ common.get-invocation-command darwin : g++ : $(CXX) ] ;/;' $(BOOST_SOURCE)/tools/build/v2/tools/darwin.jam |