scripts/build:

- remove unneeded code
This commit is contained in:
Stephan Raue 2009-12-11 21:44:48 +01:00
parent a03c80a595
commit 807cc23fe8

View File

@ -59,8 +59,8 @@ if [ ! -f $STAMP ]; then
for i in `find $SYSROOT_PREFIX/usr/lib/ -name "*.pc"`; do \ for i in `find $SYSROOT_PREFIX/usr/lib/ -name "*.pc"`; do \
$SED "s:\(['= ]\)/usr:\\1$SYSROOT_PREFIX/usr:g" $i; \ $SED "s:\(['= ]\)/usr:\\1$SYSROOT_PREFIX/usr:g" $i; \
done done
elif [ "$1" != "${1#theme-}" ]; then # elif [ "$1" != "${1#theme-}" ]; then
$SCRIPTS/build-theme $@ >&$VERBOSE_OUT # $SCRIPTS/build-theme $@ >&$VERBOSE_OUT
elif [ -f $PKG_BUILD/$1.c ]; then elif [ -f $PKG_BUILD/$1.c ]; then
$SCRIPTS/build toolchain $SCRIPTS/build toolchain
make -C $PKG_BUILD $1 >&$VERBOSE_OUT make -C $PKG_BUILD $1 >&$VERBOSE_OUT