Minor update removing unused code and adding log output.
This commit is contained in:
parent
03eefdae92
commit
ec93df37a0
1 changed files with 1 additions and 3 deletions
|
@ -15,9 +15,6 @@ A=${PACKAGE}-${VERSION}.tar.bz2
|
||||||
P=${PACKAGE}-${VERSION}
|
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:
|
||||||
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue