Author: wyoung
Date: Fri Jun 29 11:47:41 2007
New Revision: 1636

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1636&view=rev
Log:
Removed unix2dos step from chain of command invocations that must all
succeed for rebake to succeed.  If it fails, it's going to do so on some
outsider's machine, not on the official build boxes, where we know
unix2dos does exist.  Since that's the only time the unix2dos step is
really needed, this just makes it more likely to break for silly
reasons.

Modified:
    trunk/rebake

Modified: trunk/rebake
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/rebake?rev=1636&r1=1635&r2=1636&view=diff
==============================================================================
--- trunk/rebake (original)
+++ trunk/rebake Fri Jun 29 11:47:41 2007
@@ -1,6 +1,4 @@
 #!/bin/sh
 set -x
-bakefilize &&
-       bakefile_gen $* &&
-       unix2dos *.ds? > /dev/null 2>&1 &&
-       mv autoconf_inc.m4 config
+bakefilize && bakefile_gen $* && mv autoconf_inc.m4 config
+unix2dos *.ds? > /dev/null 2>&1


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to