projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b3e7df
)
skip CVS when looking at sanitized files
author
Ian Lance Taylor
<ian@airs.com>
Fri, 21 Aug 1998 15:58:30 +0000
(15:58 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Fri, 21 Aug 1998 15:58:30 +0000
(15:58 +0000)
gas/.Sanitize
patch
|
blob
|
history
diff --git
a/gas/.Sanitize
b/gas/.Sanitize
index b90deefa3ccdcdebd5489bcf2228f7e5ca41bd44..72710e027390cf0a83e5496f6228f49c24f45983 100644
(file)
--- a/
gas/.Sanitize
+++ b/
gas/.Sanitize
@@
-547,7
+547,7
@@
done
# Check each file we removed from gas/config, and make sure it is not
# mentioned in Makefiles or configure files.
for lost in .. $gas_config_files; do
- if test $lost != ..; then
+ if test $lost != ..
&& test $lost != CVS
; then
if test -f config/$lost; then
:
else