Author: wyoung
Date: Fri Dec 28 10:36:27 2007
New Revision: 2036
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2036&view=rev
Log:
Removed some unhelpful noise from bootstrap script's death-rattle output
when bakefile isn't installed.
Modified:
trunk/bootstrap
Modified: trunk/bootstrap
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/bootstrap?rev=2036&r1=2035&r2=2036&view=diff
==============================================================================
--- trunk/bootstrap (original)
+++ trunk/bootstrap Fri Dec 28 10:36:27 2007
@@ -52,6 +52,7 @@
success=shonuff
# If that succeeded, move on to autotools stuff, etc.
+set +x
if [ -n "$success" ]
then
mv autoconf_inc.m4 config > /dev/null 2>&1 # don't care if it fails
@@ -85,6 +86,7 @@
# Detect failure in any part of above
if [ -z "$success" ]
then
+ echo
echo BOOTSTRAP FAILED!
echo
exit 1
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits