From 16315df08552b2ce9fff1f3feb29e2f60a9c5b18 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sat, 18 Aug 2012 23:50:17 +0300 Subject: [PATCH] autogen.sh: -c option: Revise warning message --- autogen.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/autogen.sh b/autogen.sh index 1db0305..7c7d854 100755 --- a/autogen.sh +++ b/autogen.sh @@ -35,9 +35,10 @@ gen_manual() cleanup() { - echo "WARNING! -Removes _files_ listed in $source and $cachedir directory. -Last chance to bail out (^C) before we continue." + echo "WARNING +This will remove the files specified in the $source file. This will also +remove the $cachedir/ directory with all of its contents. + Bail out now (^C) or hit enter to continue." read n1 [ -f Makefile ] && make distclean for file in `cat $source`; do # Remove files only. -- 2.11.4.GIT