mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 06:03:10 +00:00
More build output format normalization #326
This commit is contained in:
parent
c4456e3913
commit
86ee472a84
@ -53,7 +53,7 @@ if ( scalar @ARGV ) {
|
||||
for my $f ( @ARGV ) {
|
||||
my $deps_changed ;
|
||||
my @resolved_files ;
|
||||
print "Updating Dependencies for $f\n" ;
|
||||
print "[34mTracing[0m " , "$f\n" ;
|
||||
($deps_changed , @resolved_files ) = write_lib_deps($f) ;
|
||||
$any_deps_changed |= $deps_changed ;
|
||||
}
|
||||
|
@ -187,10 +187,10 @@ sub write_lib_deps($) {
|
||||
close OLDLIBDEP ;
|
||||
chomp @old_resolved ;
|
||||
if ( @old_resolved ~~ @resolved_files ) {
|
||||
print "Library dependencies unchanged for $source_file_name\n" ;
|
||||
#print "Library dependencies unchanged for $source_file_name\n" ;
|
||||
$deps_changed = 0 ;
|
||||
} else {
|
||||
print "Library dependencies changed for $source_file_name\n" ;
|
||||
#print "Library dependencies changed for $source_file_name\n" ;
|
||||
$deps_changed = 1 ;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user