config/path: add support to use optionally DEBUG=yes as make parameter for building with debugging symbols (for single packages or the whole distro), add support to use optionally DEVTOOLS=yes as make parameter for release builds, setup DEVTOOLS=yes as default on devel builds

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-21 21:34:59 +01:00
parent d46e85a32e
commit 1c2208cf55

View File

@ -54,11 +54,7 @@ FAKEROOT_SCRIPT=$ROOT/.fakeroot.$PROJECT.$TARGET_ARCH
. config/sources
if [ "$OPENELEC_VERSION" = devel ]; then
DEBUG=no
DEVTOOLS=yes
elif [ "$OPENELEC_VERSION" = debug ]; then
DEBUG=yes
DEVTOOLS=yes
DEVTOOLS=yes
fi
MAKE="$ROOT/$TOOLCHAIN/bin/make"