From 23cace2251b369dc12352773a2f16190f7129431 Mon Sep 17 00:00:00 2001 From: keni Date: Wed, 5 Oct 2011 16:02:51 +0000 Subject: [PATCH] setup.sh - add how-to-run examples --- sys/unix/setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/unix/setup.sh b/sys/unix/setup.sh index 31844cbe4..228da918a 100644 --- a/sys/unix/setup.sh +++ b/sys/unix/setup.sh @@ -6,6 +6,10 @@ # Build and install makefiles. # # Argument is the hints file to use (or no argument for traditional setup). +# e.g.: +# sh setup.sh +# or +# sh setup.sh hints/macosx10.5 # Were we started from the top level? Cope. if [ -f sys/unix/Makefile.top ]; then cd sys/unix; fi -- 2.40.0