From 87d70fb598105b64b538ff6b81eef9da626255b1 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 4 Mar 2001 22:34:26 +0100 Subject: Add --just-configure (-c) option to BUILD scripts. BUILD/FINISH.sh: Add --just-configure option BUILD/SETUP.sh: Add --just-configure option BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted --- BUILD/SETUP.sh | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'BUILD/SETUP.sh') diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index 9c267589ad6..7e0810dfd1c 100644 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -5,18 +5,25 @@ then fi nonono= -case "$1" in --n | --just-print ) nonono=1; shift ;; --h | --help ) cat <