plan9port

[fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port # fast
git clone https://src.adamsgaard.dk/plan9port.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 8327d419814d5ccfa9c005b371267d783f585177
parent 311b2afde92cfdfaf11075d79ac9c73e61301c82
Author: rsc <devnull@localhost>
Date:   Sun, 23 Jan 2005 01:55:42 +0000

redirect debugging output of isnptl

Diffstat:
MINSTALL | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL b/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