vdr-sc: cosmetics

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-12-29 17:24:52 +01:00
parent c64edc5c3c
commit 94e36df05c

View File

@ -23,11 +23,13 @@
. config/options $1 . config/options $1
VDR_DIR=`basename $BUILD/vdr-[0-9]*` VDR_DIR=`basename $BUILD/vdr-[0-9]*`
CFLAGS="$CFLAGS -Wall -fPIC -fomit-frame-pointer -fexpensive-optimizations -funroll-loops"
# dont build parallel # dont build parallel
MAKEFLAGS=-j1 MAKEFLAGS=-j1
cd $PKG_BUILD cd $PKG_BUILD
make VDRDIR="../$VDR_DIR" LIBDIR="." LOCALEDIR="./locale" FLAGS="$CFLAGS" make VDRDIR="../$VDR_DIR" \
LIBDIR="." \
LOCALEDIR="./locale" \
FLAGS="$CFLAGS -Wall -fPIC -fomit-frame-pointer -fexpensive-optimizations -funroll-loops"