projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
572a76f
)
Remove Burg as a directory to be considered.
author
Reid Spencer
<rspencer@reidspencer.com>
Thu, 20 Apr 2006 18:47:13 +0000
(18:47 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Thu, 20 Apr 2006 18:47:13 +0000
(18:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27906
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/userloc.pl
patch
|
blob
|
history
diff --git
a/utils/userloc.pl
b/utils/userloc.pl
index 8f40d9b6da3fa76863a84d15e8b0fea0ebf2c332..4a9fdd179fc56c0484faa04d6b6fc51f553766a7 100755
(executable)
--- a/
utils/userloc.pl
+++ b/
utils/userloc.pl
@@
-133,7
+133,6
@@
sub ValidateDirectory
return 0 if ($d =~ /.*Debug.*/);
return 0 if ($d =~ /.*Release.*/);
return 0 if ($d =~ /.*Profile.*/);
- return 0 if ($d =~ /.*utils\/Burg.*/);
return 0 if ($d =~ /.*docs\/CommandGuide\/html.*/);
return 0 if ($d =~ /.*docs\/CommandGuide\/man.*/);
return 0 if ($d =~ /.*docs\/CommandGuide\/ps.*/);