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=d1c28749fb7117b2aed55056d33c6bbf6d3789b6;hb=eef5447934a07279bc76f3f65b0302ddea8556ab;hpb=a8349b33e564f7faa83341cb1fa58466b0589ae9 diff --git a/test/simple-build-check.sh b/test/simple-build-check.sh index d1c28749f..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,15 +23,6 @@ make clean EXTRAS="$EXTRAS" >/dev/null make all $MAKEOPTS USE_LOG=false EXTRAS="$EXTRAS" || exit echo -e "\n\n" -# klibc build -[ -z "$KLCC" ] && KLCC=/usr/bin/klcc -if [ -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