aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-08-05 00:35:05 +0200
committerKay Sievers <kay.sievers@suse.de>2006-08-05 00:35:05 +0200
commit05ec6e7507d159e5a02a82927c6571b7e516c52e (patch)
treeee3f5f19ba6e4e0adcd7bb99a9bfbf4a73ed7066 /test
parenteb82b76dedc1482b6434c46fee84d3ef13cb9648 (diff)
downloadudev-05ec6e7507d159e5a02a82927c6571b7e516c52e.tar.gz
switch ifdef __KLIBC__ to ifndef __GLIBC__
Diffstat (limited to 'test')
-rwxr-xr-xtest/simple-build-check.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/simple-build-check.sh b/test/simple-build-check.sh
index 6d7272f8..6a036084 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