Minor update removing unused code and adding log output.

This commit is contained in:
Christoph Niethammer 2013-07-10 09:28:06 +00:00
parent 03eefdae92
commit ec93df37a0

View file

@ -16,9 +16,6 @@ P=${PACKAGE}-${VERSION}
SRCDIR="$SRC_POOL/mcxx/mcxx.git" SRCDIR="$SRC_POOL/mcxx/mcxx.git"
# build with debugging symbols (0|1)
enable_debug=${enable_debug:=0}
# Other interesting configure options: # Other interesting configure options:
CONFIGURE_OPTS=" \ CONFIGURE_OPTS=" \
@ -33,6 +30,7 @@ src_unpack() {
# git checkout master # git checkout master
# git pull # git pull
/bin/true /bin/true
sit_info "NANOX_HOME=$NANOX_HOME"
} }
src_prepare() { src_prepare() {