- remove install script
This commit is contained in:
Stephan Raue 2009-12-13 23:02:35 +01:00
parent a5e31381e5
commit 0b5ae8456a
2 changed files with 3 additions and 6 deletions

View File

@ -3,7 +3,7 @@
. config/options
$SCRIPTS/install ccache
$SCRIPTS/install gmp
$SCRIPTS/build gmp
setup_toolchain host
@ -17,3 +17,5 @@ LDFLAGS="-Wl,-rpath,$ROOT/$TOOLCHAIN/lib" \
--with-gmp-include="$ROOT/$TOOLCHAIN/include" \
make
make install

View File

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