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
|
if [ "x$WSYSTYPE" != xx11 ]; then
|
||||||
echo 'all install clean nuke:Q:'
|
echo 'default:V: all'
|
||||||
echo ' #'
|
echo
|
||||||
|
echo 'all install clean nuke:'
|
||||||
|
echo ' # WSYSTYPE is not x11, and rio is only for x11'
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
cat $PLAN9/src/mkmany
|
cat $PLAN9/src/mkmany
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue