BSDBuild-SVN | 3 Jun 03:38
Favicon

BSDBuild: r798 - trunk

Author: vedge
Date: 2009-06-02 22:38:20 -0300 (Tue, 02 Jun 2009)
New Revision: 798

Modified:
   trunk/mkprojfiles.pl
Log:
remove debug output

Modified: trunk/mkprojfiles.pl
===================================================================
--- trunk/mkprojfiles.pl	2009-06-02 17:16:44 UTC (rev 797)
+++ trunk/mkprojfiles.pl	2009-06-03 01:38:20 UTC (rev 798)
@@ -218,7 +218,6 @@
 		if (/^\s*(\w+)\s*=\s*"(.+)"$/ ||
 		    /^\s*(\w+)\s*=\s*(.+)$/) {
 			$V{$1} = $2;
-			print STDERR "$1 => \"$V{$1}\"\n";
 		} elsif (/^\s*(\w+)\s*\+=\s*"(.+)"$/ ||
 		         /^\s*(\w+)\s*\+=\s*(.+)$/) {
 			if (exists($V{$1}) && $V{$1} ne '') {
@@ -226,7 +225,6 @@
 			} else {
 				$V{$1} = $2;
 			}
-			print STDERR "$1 => \"$V{$1}\" (app)\n";
 		}

 		if (/^\s*include\s+(.+)$/) {

Gmane