make: merge 'install' script to 'build' script, remove 'unpack' script

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-11 14:46:32 +01:00
parent d362e86099
commit 72609cfb37
3 changed files with 3 additions and 12 deletions

View File

@ -11,3 +11,6 @@ cd $PKG_BUILD
--disable-nls --disable-nls
/bin/sh build.sh /bin/sh build.sh
mkdir -p $ROOT/$TOOLCHAIN/bin
cp make $ROOT/$TOOLCHAIN/bin

View File

@ -1,6 +0,0 @@
#!/bin/sh
. config/options $1
mkdir -p $ROOT/$TOOLCHAIN/bin
cp $PKG_BUILD/$1 $ROOT/$TOOLCHAIN/bin

View File

@ -1,6 +0,0 @@
#!/bin/sh
. config/options $1
$SCRIPTS/fixconfigtools $PKG_BUILD/config