X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tools-for-build%2Fgrovel-features.sh;h=db2cd548974f4e6a871769d77eb1cbd16a4ac78c;hb=2e28fe9a277201b4b96f052794b8eeaaccf9aa95;hp=81f171fc43eac7c29673a16dd54a1740087ecab1;hpb=d4d6c4b16a3655ce99a87d43f411391363531260;p=sbcl.git diff --git a/tools-for-build/grovel-features.sh b/tools-for-build/grovel-features.sh index 81f171f..db2cd54 100644 --- a/tools-for-build/grovel-features.sh +++ b/tools-for-build/grovel-features.sh @@ -12,7 +12,7 @@ featurep() { $GNUMAKE $bin -I ../src/runtime > /dev/null 2>&1 && ./$bin > /dev/null 2>&1 if [ "$?" = 104 ] then - printf " :$1" + printf " :$1" fi rm -f $bin } @@ -24,3 +24,5 @@ featurep os-provides-dlopen featurep os-provides-dladdr featurep os-provides-putwc + +featurep os-provides-blksize-t