Re: [PATCH 13/17] engine.pl: provide more debug print statements

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 25.06.2015 02:03, Philip Oakley wrote:

--- a/contrib/buildsystems/engine.pl
+++ b/contrib/buildsystems/engine.pl
@@ -41,6 +41,7 @@ EOM
  # Parse command-line options
  while (@ARGV) {
      my $arg = shift @ARGV;
+	#print "Arg: $arg \n";
      if ("$arg" eq "-h" || "$arg" eq "--help" || "$arg" eq "-?") {
  	showUsage();
  	exit(0);
@@ -129,6 +130,7 @@ sub parseMakeOutput
      print "Parsing GNU Make output to figure out build structure...\n";
      my $line = 0;
      while (my $text = shift @makedry) {
+		#print "Make: $text\n"; # show the makedry line

Please never commit code that's been commented out. Also see

http://dev.solita.fi/2013/07/04/whats-in-a-good-commit.html

;-)

--
Sebastian Schuberth

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]