redirect debugging output of isnptl
This commit is contained in:
2
INSTALL
2
INSTALL
@@ -13,7 +13,7 @@ if [ `uname` = Linux ]; then
|
|||||||
# linking with NPTL by default, pretend to be an older kernel.
|
# linking with NPTL by default, pretend to be an older kernel.
|
||||||
echo "Running on Linux: checking for NPTL..."
|
echo "Running on Linux: checking for NPTL..."
|
||||||
gcc lib/linux-isnptl.c -lpthread
|
gcc lib/linux-isnptl.c -lpthread
|
||||||
if ./a.out
|
if ./a.out >/dev/null
|
||||||
then
|
then
|
||||||
echo " NPTL found."
|
echo " NPTL found."
|
||||||
echo "SYSVERSION=2.6.x" >$PLAN9/config
|
echo "SYSVERSION=2.6.x" >$PLAN9/config
|
||||||
|
|||||||
Reference in New Issue
Block a user