- various cleanups
This commit is contained in:
Stephan Raue 2009-11-16 02:36:21 +01:00
parent ae55a0079e
commit c836e82299

View File

@ -21,19 +21,3 @@ $ROOT/$TOOLCHAIN/bin/bjam -d2 --toolset=gcc \
--layout=system \ --layout=system \
--with-thread \ --with-thread \
install 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