From c836e8229959e3f66752a41ad7235b4b28f12609 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 16 Nov 2009 02:36:21 +0100 Subject: [PATCH] boost: - various cleanups --- packages/devel/boost/build | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/packages/devel/boost/build b/packages/devel/boost/build index f5fd58785b..7f3bbc2d1f 100755 --- a/packages/devel/boost/build +++ b/packages/devel/boost/build @@ -21,19 +21,3 @@ $ROOT/$TOOLCHAIN/bin/bjam -d2 --toolset=gcc \ --layout=system \ --with-thread \ install - - -# this are code for an alternative build with cmake (not done) -# remove this after testing - -# $SCRIPTS/build cmake - -# mkdir -p .build -# cd .build - -# cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr \ -# -D CMAKE_FIND_ROOT_PATH:PATH=$SYSROOT_PREFIX \ -# -D CMAKE_IS_EXPERIMENTAL=YES_I_KNOW \ -# .. - -# make