add header 2.0alpha 2.0_alpha
authorAnas Nashif <anas.nashif@intel.com>
Wed, 8 Aug 2012 10:32:10 +0000 (06:32 -0400)
committerAnas Nashif <anas.nashif@intel.com>
Wed, 8 Aug 2012 10:32:10 +0000 (06:32 -0400)
Change-Id: I1e6772467ffcebf45f9102782d9c755b4543fbb4

depanneur

index c3b71dce39ca59a090377096cb64ac28a8a3657e..0685ca3b8b131ccb544bd158c0e70ae50c719e69 100755 (executable)
--- a/depanneur
+++ b/depanneur
@@ -1,5 +1,7 @@
 #!/usr/bin/perl 
-#
+# 
+# Copyright Intel Corp. 2012
+# Author: Anas Nashif <anas.nashif@intel.com>
 BEGIN {
   my ($wd) = $0 =~ m-(.*)/- ;
   $wd ||= '.';
@@ -923,7 +925,7 @@ while (! $TERM) {
                         my $so = source_of($depp, %to_build);
                         if (defined($so) && $name ne $so
                             && (! grep($_ eq $so, @skipped)) && (! grep($_ eq $so, @done))) {
-                            print "not adding $name, since it depends on $so\n";
+                            print "Not adding $name, since it depends on $so (cycle?)\n";
                             $add = 0;
                             last;
                         }