mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
quiet
This commit is contained in:
parent
2d2e5c71f7
commit
fdcd298270
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ echo 'X11='$X11
|
|||
if [ $WSYSTYPE = x11 ]; then
|
||||
echo 'CFLAGS=$CFLAGS '$X11H
|
||||
echo 'HFILES=$HFILES $XHFILES'
|
||||
XO=`ls x11-*.c | sed 's/\.c$/.o/'`
|
||||
XO=`ls x11-*.c 2>/dev/null | sed 's/\.c$/.o/'`
|
||||
echo 'WSYSOFILES=$WSYSOFILES '$XO
|
||||
fi
|
||||
if [ $WSYSTYPE = nowsys ]; then
|
||||
|
|
Loading…
Reference in a new issue