Author: wyoung
Date: Wed Mar 28 08:07:45 2007
New Revision: 1464
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1464&view=rev
Log:
Reduced rebake scripts noisiness by suppressing reports from unix2dos, a
very chatty program on Linux
Modified:
trunk/rebake
Modified: trunk/rebake
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/rebake?rev=1464&r1=1463&r2=1464&view=diff
==============================================================================
--- trunk/rebake (original)
+++ trunk/rebake Wed Mar 28 08:07:45 2007
@@ -2,5 +2,5 @@
set -x
bakefilize &&
bakefile_gen $* &&
- unix2dos *.ds? &&
+ unix2dos *.ds? > /dev/null 2>&1 &&
mv autoconf_inc.m4 config
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits