plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit c63d31a8c1d02e7fa45403a5a10373439d29b250
parent 3d6fc088f028e0267ecbc64e21eadbe9ca1bcb83
Author: Russ Cox <rsc@swtch.com>
Date:   Thu, 15 Nov 2018 22:05:39 -0500

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

Fixes #98.

Diffstat:
Msrc/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 @@ -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