From 1c2208cf55b26d4e3591cd8c7464cec9733dea38 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 21 Dec 2010 21:34:59 +0100 Subject: [PATCH] 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 --- config/path | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config/path b/config/path index 44a221edba..7441e58b52 100644 --- a/config/path +++ b/config/path @@ -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"