From c63d31a8c1d02e7fa45403a5a10373439d29b250 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 15 Nov 2018 22:05:39 -0500 Subject: rio: make 'mk all' explain why it does nothing on non-x11 systems Fixes #98. --- src/cmd/rio/mkriorules.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/cmd/rio/mkriorules.sh b/src/cmd/rio/mkriorules.sh index 76dda36b..25cacc79 100644 --- a/src/cmd/rio/mkriorules.sh +++ b/src/cmd/rio/mkriorules.sh @@ -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 -- cgit v1.2.3