rio: make 'mk all' explain why it does nothing on non-x11 systems

Fixes #98.
This commit is contained in:
Russ Cox 2018-11-15 22:05:39 -05:00
parent 3d6fc088f0
commit c63d31a8c1

View file

@ -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