From 35b2586bc3359dbbbf8cda6e4c49091a4861947a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 28 Jan 2009 03:39:56 -0400 Subject: Removed Boost submodule. --- lib/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 09894134..ff4c0d08 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -9,17 +9,19 @@ STOW_ROOT = /usr/local/stow HERE = $(shell pwd) +BOOST_VER = 1_37_0 + # architecture=combined boost-release: - (cd boost && \ - bjam release -j3 --prefix=$(STOW_ROOT)/boost \ - --build-dir=$(HERE)/boost/build --toolset=darwin \ + (cd boost_$(BOOST_VER) && \ + bjam release -j3 --prefix=$(STOW_ROOT)/boost_$(BOOST_VER) \ + --build-dir=$(HERE)/boost_$(BOOST_VER)/build --toolset=darwin \ --build-type=complete install) boost-debug: - (cd boost && \ - bjam debug -j3 --prefix=$(STOW_ROOT)/boost \ - --build-dir=$(HERE)/boost/build --toolset=darwin \ + (cd boost_$(BOOST_VER) && \ + bjam debug -j3 --prefix=$(STOW_ROOT)/boost_$(BOOST_VER) \ + --build-dir=$(HERE)/boost_$(BOOST_VER)/build --toolset=darwin \ --build-type=complete \ define=_GLIBCXX_DEBUG=1 install) -- cgit v1.2.3