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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to