You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2007/08/29 00:23:37 UTC

svn commit: r570585 - /xerces/c/trunk/scripts/packageBinaries.pl

Author: cargilld
Date: Tue Aug 28 15:23:34 2007
New Revision: 570585

URL: http://svn.apache.org/viewvc?rev=570585&view=rev
Log:
Comment dumping of config.log

Modified:
    xerces/c/trunk/scripts/packageBinaries.pl

Modified: xerces/c/trunk/scripts/packageBinaries.pl
URL: http://svn.apache.org/viewvc/xerces/c/trunk/scripts/packageBinaries.pl?rev=570585&r1=570584&r2=570585&view=diff
==============================================================================
--- xerces/c/trunk/scripts/packageBinaries.pl (original)
+++ xerces/c/trunk/scripts/packageBinaries.pl Tue Aug 28 15:23:34 2007
@@ -806,8 +806,8 @@
     
     psystem ("$MAKE clean");     # May want to comment this line out to speed up
     psystem ("$MAKE");
-    print "\nMAKE finished, config.log is:\n";
-    psystem ("cat config.log");
+    #print "\nMAKE finished, config.log is:\n";
+    #psystem ("cat config.log");
     
     # build the tests
     print("\n\nBuild the tests ...\n");



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org