commit 8327d419814d5ccfa9c005b371267d783f585177 from: rsc date: Sun Jan 23 01:55:42 2005 UTC redirect debugging output of isnptl commit - 311b2afde92cfdfaf11075d79ac9c73e61301c82 commit + 8327d419814d5ccfa9c005b371267d783f585177 blob - 6bf7a674255d2afc3912f9cd795ef66987f0f63a blob + c0c04db209c8d8e27f34ca9574345cdf8fd34fda --- INSTALL +++ INSTALL @@ -13,7 +13,7 @@ if [ `uname` = Linux ]; then # linking with NPTL by default, pretend to be an older kernel. echo "Running on Linux: checking for NPTL..." gcc lib/linux-isnptl.c -lpthread - if ./a.out + if ./a.out >/dev/null then echo " NPTL found." echo "SYSVERSION=2.6.x" >$PLAN9/config