chiark / gitweb /
don't report an error on overlong comment lines
[elogind.git] / test / simple-build-check.sh
index 6d7272f80e6ff7ca89102729cefff94f547d0b2d..6a03608477e02eeddc8aea118566fb3e1fc2965b 100755 (executable)
@@ -23,14 +23,6 @@ make clean EXTRAS="$EXTRAS" >/dev/null
 make all $MAKEOPTS USE_LOG=false EXTRAS="$EXTRAS" || exit
 echo -e "\n\n"
 
-# klibc build
-if [ -n "$KLCC" -a -e "$KLCC" ]; then
-       echo KLCC: "$KLCC"
-       make clean EXTRAS="$EXTRAS" >/dev/null
-       make all -j4 $MAKEOPTS USE_KLIBC=true DEBUG=true EXTRAS="$EXTRAS" KLCC="$KLCC" || exit
-       echo -e "\n\n"
-fi
-
 # install in temporary dir and show it
 TEMPDIR="`pwd`/.tmp"
 rm -rf $TEMPDIR