diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-04-26 21:56:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:03 -0500 |
commit | ad6ce81eea6c8a30ed555f11d1da30d9beafe313 (patch) | |
tree | ed1e939239e9266f441de5b7f8295ecca00e1e87 | |
parent | 886329898c3e6184642a6e454fd10802c388dc7e (diff) | |
download | samba-ad6ce81eea6c8a30ed555f11d1da30d9beafe313.tar.gz samba-ad6ce81eea6c8a30ed555f11d1da30d9beafe313.tar.bz2 samba-ad6ce81eea6c8a30ed555f11d1da30d9beafe313.zip |
r15290: don't spam the screen
jelmer: can you please fix this correctly
metze
(This used to be commit 34111d716733c815e7813f87d775848a26d20cab)
-rw-r--r-- | source4/build/smb_build/input.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/input.pm b/source4/build/smb_build/input.pm index a4640df962..09721f3a49 100644 --- a/source4/build/smb_build/input.pm +++ b/source4/build/smb_build/input.pm @@ -125,7 +125,7 @@ sub calc_unique_deps($$$$$$) foreach my $n (@$deps) { if (grep (/^$n$/, @$busy)) { - print "($name) BUSY: $n, list: " . join(',', @$busy) . "\n"; + # print "($name) BUSY: $n, list: " . join(',', @$busy) . "\n"; # die("Recursive dependency for $dep->{NAME}"); next; } |