X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=test%2Fsimple-build-check.sh;h=6a03608477e02eeddc8aea118566fb3e1fc2965b;hp=faa7c46432dcde340eb36ec5f3e69112ad0429b5;hb=ac528431dd60c6b7f6b664ba430b937a11a32230;hpb=1aa1e24848903d11780db1ade355be73ad61a937 diff --git a/test/simple-build-check.sh b/test/simple-build-check.sh index faa7c4643..6a0360847 100755 --- a/test/simple-build-check.sh +++ b/test/simple-build-check.sh @@ -1,6 +1,7 @@ #/bin/sh EXTRAS="\ + extras/path_id \ extras/scsi_id \ extras/ata_id \ extras/volume_id \ @@ -22,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