From: Anas Nashif Date: Wed, 8 Aug 2012 10:32:10 +0000 (-0400) Subject: add header X-Git-Tag: 2.0_alpha^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7479cda2e87a698233c08e3bc2d5eae55f507f49;p=tools%2Fdepanneur.git add header Change-Id: I1e6772467ffcebf45f9102782d9c755b4543fbb4 --- diff --git a/depanneur b/depanneur index c3b71dc..0685ca3 100755 --- a/depanneur +++ b/depanneur @@ -1,5 +1,7 @@ #!/usr/bin/perl -# +# +# Copyright Intel Corp. 2012 +# Author: Anas Nashif 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; }