Get rid of a _long_ obsolete tool.
Change-Id: I09474927a13c6ff51b667c80ac99af1d1a65fa07
This commit is contained in:
parent
f7005eb4e4
commit
55d301184d
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
# feed this script the output from svn update and it will tell if a rebuild
|
||||
# is needed/wanted
|
||||
my $change;
|
||||
while(<STDIN>) {
|
||||
if(/^([A-Z]+) *(.*)/) {
|
||||
my ($w, $path) = ($1, $2);
|
||||
if($path !~ /^(rbutil|manual)/) {
|
||||
$change++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
print "rebuild!\n" if($change);
|
Loading…
Reference in a new issue