summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2011-09-22 13:48:15 +0000
committerHerbert Dürr <hdu@apache.org>2011-09-22 13:48:15 +0000
commitce2c7353b968384d23ddfbcb9e7da5df9548ae06 (patch)
tree0b7258d66987f6f3fc8b072410182ddc7f140b16 /set_soenv.in
parentd046cc691d30347cbfedba538cfa0f883232e036 (diff)
minor clarification in pre-bootstrap build step
Diffstat (limited to 'set_soenv.in')
-rw-r--r--set_soenv.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/set_soenv.in b/set_soenv.in
index bdec9e641c4c..8361dcb8f3ab 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -2181,11 +2181,11 @@ if (rename( $bootfile, $tmp ) ne 1)
{ `mv -f $bootfile $tmp`;
}
-print "Configure completed\n";
-print "You may now run ./bootstrap in $SRC_ROOT\n";
+print "Configure completed";
if ( $Warning ne "" ) {
- print "***** WARNINGS ISSUED *****\n";
+ print ", but\n***** WARNINGS WERE ISSUED *****";
}
+print "\n\nRun ./bootstrap in $SRC_ROOT to provide build tools and get third-party packages\n";
#
#-----------------