mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
rio: make 'mk all' explain why it does nothing on non-x11 systems
Fixes #98.
This commit is contained in:
parent
3d6fc088f0
commit
c63d31a8c1
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
if [ "x$WSYSTYPE" != xx11 ]; then
|
||||
echo 'all install clean nuke:Q:'
|
||||
echo ' #'
|
||||
echo 'default:V: all'
|
||||
echo
|
||||
echo 'all install clean nuke:'
|
||||
echo ' # WSYSTYPE is not x11, and rio is only for x11'
|
||||
exit 0
|
||||
fi
|
||||
cat $PLAN9/src/mkmany
|
||||
|
|
Loading…
Reference in a new issue