diff --git a/functions/functions b/functions/functions index 32516ea..da6706f 100644 --- a/functions/functions +++ b/functions/functions @@ -166,10 +166,10 @@ CleanUp() { if [ ! "$TESTFLAG" == "0" ]; then rm -f /usr/X11R6 fi - (( TESTFLAG = $CLEANUP_FLAGS & 32 )) - if [ ! "$TESTFLAG" == "0" ]; then - Fix_Input_h 0 - fi + #(( TESTFLAG = $CLEANUP_FLAGS & 32 )) + #if [ ! "$TESTFLAG" == "0" ]; then + #Fix_Input_h 0 + #fi (( TESTFLAG = $CLEANUP_FLAGS & 64 )) if [ ! "$TESTFLAG" == "0" ]; then PKG_CONFIG_PATH=$STOREPKG_CONFIG_PATH @@ -449,13 +449,6 @@ MakeCheck() { fi } - -RestoreOpt() { - CFLAGS=$STCFLAGS - STCXXFLAGS=$CXXFLAGS - unset STCFLAGS STCXXFLAGS -} - CleanTextFiles() { cd $TMPROOT for i in `find . -type f`; do