projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a96d572
)
(selective_vpath_search): Reset EXISTS when stat fails.
author
Roland McGrath
<roland@redhat.com>
Mon, 26 Sep 1994 22:16:51 +0000
(22:16 +0000)
committer
Roland McGrath
<roland@redhat.com>
Mon, 26 Sep 1994 22:16:51 +0000
(22:16 +0000)
vpath.c
patch
|
blob
|
history
diff --git
a/vpath.c
b/vpath.c
index 804535781360cb750d64daff9d6d7ca8d7635ca9..480fcad744dc2b54effd757eeb5d2aba8d47cb6f 100644
(file)
--- a/
vpath.c
+++ b/
vpath.c
@@
-434,6
+434,8
@@
selective_vpath_search (path, file, mtime_ptr)
return 1;
}
+ else
+ exists = 0;
}
}