sed: 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:40:02 +01:00
parent fc1c0f7cf9
commit ea7c4376c3
3 changed files with 1 additions and 13 deletions

View File

@@ -2,8 +2,6 @@
. config/options $1
$SCRIPTS/install ccache
setup_toolchain host
cd $PKG_BUILD
@@ -12,3 +10,4 @@ cd $PKG_BUILD
--prefix=$ROOT/$TOOLCHAIN \
--disable-nls
make
make -C sed install

View File

@@ -1,5 +0,0 @@
#!/bin/sh
. config/options $1
make -C $PKG_BUILD/$1 install

View File

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