Author: wyoung
Date: Mon Feb 27 15:34:50 2006
New Revision: 1174

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1174&view=rev
Log:
Moved Bakefile recreation commands from bootstrap out into rebake
script, which bootstrap now calls.  This lets you re-do all the Bakefile
steps during development without a full bootstrap.

Added:
    branches/v2.1-bakefile/rebake   (with props)
Modified:
    branches/v2.1-bakefile/bootstrap

Modified: branches/v2.1-bakefile/bootstrap
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/bootstrap?rev=1174&r1=1173&r2=1174&view=diff
==============================================================================
--- branches/v2.1-bakefile/bootstrap (original)
+++ branches/v2.1-bakefile/bootstrap Mon Feb 27 15:34:50 2006
@@ -9,16 +9,10 @@
 rm -f config.cache
 set -x
 
-bakefilize &&
-       bakefile_gen &&
-       unix2dos {.,examples,lib}/*.ds? &&
-       mv autoconf_inc.m4 config &&
-       rm {lib,examples}/autoconf_inc.m4 &&
+./rebake &&
        aclocal -I config -I /usr/local/share/aclocal &&
        autoheader &&
        autoconf &&
        ./reconf $* &&
        ( cd lib ; make custom.h )
 
-#! Add bakefile calls to generate simple GCC makefile, for examples
-#! dir in RPM.  Also consider MinGW support.

Added: branches/v2.1-bakefile/rebake
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/rebake?rev=1174&view=auto
==============================================================================
--- branches/v2.1-bakefile/rebake (added)
+++ branches/v2.1-bakefile/rebake Mon Feb 27 15:34:50 2006
@@ -1,0 +1,6 @@
+#!/bin/sh
+bakefilize &&
+       bakefile_gen &&
+       unix2dos {examples,lib}/*.ds? &&
+       mv autoconf_inc.m4 config &&
+       rm -f {examples,lib}/autoconf_inc.m4 mysql++.dsw

Propchange: branches/v2.1-bakefile/rebake
------------------------------------------------------------------------------
    svn:executable = *


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

Reply via email to