X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=test%2Fsimple-build-check.sh;h=6a03608477e02eeddc8aea118566fb3e1fc2965b;hb=eef5447934a07279bc76f3f65b0302ddea8556ab;hp=6d7272f80e6ff7ca89102729cefff94f547d0b2d;hpb=4809b49e4100e35b0dfb5d93cf501e020366de0b;p=elogind.git diff --git a/test/simple-build-check.sh b/test/simple-build-check.sh index 6d7272f80..6a0360847 100755 --- a/test/simple-build-check.sh +++ b/test/simple-build-check.sh @@ -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