mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
redirect debugging output of isnptl
This commit is contained in:
parent
311b2afde9
commit
8327d41981
1 changed files with 1 additions and 1 deletions
2
INSTALL
2
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
|
||||
|
|
Loading…
Reference in a new issue