chiark / gitweb /
let $attr{symlink} return the last element of the path
[elogind.git] / test / simple-build-check.sh
index d1c28749fb7117b2aed55056d33c6bbf6d3789b6..6a03608477e02eeddc8aea118566fb3e1fc2965b 100755 (executable)
@@ -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