diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-08-05 00:35:05 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-08-05 00:35:05 +0200 |
commit | 05ec6e7507d159e5a02a82927c6571b7e516c52e (patch) | |
tree | ee3f5f19ba6e4e0adcd7bb99a9bfbf4a73ed7066 /test/simple-build-check.sh | |
parent | eb82b76dedc1482b6434c46fee84d3ef13cb9648 (diff) |
switch ifdef __KLIBC__ to ifndef __GLIBC__
Diffstat (limited to 'test/simple-build-check.sh')
-rwxr-xr-x | test/simple-build-check.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/simple-build-check.sh b/test/simple-build-check.sh index 6d7272f80e..6a03608477 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 |