Author: wyoung
Date: Thu Mar  2 02:44:58 2006
New Revision: 1184

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1184&view=rev
Log:
rebake script now passes any arguments it receives on to bakefile_gen.
Used by bootstrap script to pass -DEXAMPLES=no to disable example
buiding.

Modified:
    branches/v2.1-bakefile/rebake

Modified: branches/v2.1-bakefile/rebake
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/rebake?rev=1184&r1=1183&r2=1184&view=diff
==============================================================================
--- branches/v2.1-bakefile/rebake (original)
+++ branches/v2.1-bakefile/rebake Thu Mar  2 02:44:58 2006
@@ -1,6 +1,7 @@
 #!/bin/sh
+set -x
 bakefilize &&
-       bakefile_gen &&
+       bakefile_gen $* &&
        bakefile -f gnu -o examples/Makefile.simple examples/examples.bkl &&
        unix2dos {examples,lib}/*.ds? &&
        mv autoconf_inc.m4 config &&


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

Reply via email to