Author: wyoung
Date: Wed Aug 6 22:58:27 2008
New Revision: 2325
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2325&view=rev
Log:
Replaced a command in bootstrap that used a GNU find feature with
a generic POSIX equivalent, so it works on Solaris.
Modified:
trunk/bootstrap
Modified: trunk/bootstrap
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/bootstrap?rev=2325&r1=2324&r2=2325&view=diff
==============================================================================
--- trunk/bootstrap (original)
+++ trunk/bootstrap Wed Aug 6 22:58:27 2008
@@ -55,8 +55,8 @@
bakefilize &&
bakefile_gen $BF_OPTIONS &&
bakefile -f gnu -o Makefile.simple -DBUILDLIBRARY=no mysql++.bkl &&
- find vc2005 -maxdepth 1 -type f -exec cp -u {} vc2008 \; &&
set +x &&
+ cp -u vc2005/* vc2008 > /dev/null 2>&1 &&
success=shonuff
# Get rid of INSTALL symlink added by bakefilize. We already have
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits