move install of cmake to toolchain

This commit is contained in:
Stephan Raue 2009-04-29 22:10:41 +02:00
parent a7fddd7ee0
commit c3dfd76dc8
4 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,6 @@
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build cmake
cd $BUILD/$1*
mkdir -p .build

View File

@ -3,7 +3,6 @@
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build cmake
cd $BUILD/$1*
mkdir -p .build

View File

@ -3,7 +3,6 @@
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build cmake
$SCRIPTS/build physfs
$SCRIPTS/build openal-soft
$SCRIPTS/build SDL

View File

@ -16,3 +16,5 @@ $SCRIPTS/install uClibc toolchain
if [ "c" != "$TOOLCHAIN_LANGUAGES" ]; then
$SCRIPTS/install gcc-final toolchain
fi
$SCRIPTS/install cmake