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

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