projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1df66af
)
Makefile: fix race condition in test-clean that caused occasional failures
author
Brian Warner
<warner@allmydata.com>
Wed, 22 Aug 2007 04:28:51 +0000
(21:28 -0700)
committer
Brian Warner
<warner@allmydata.com>
Wed, 22 Aug 2007 04:28:51 +0000
(21:28 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index acaf087e756811842a78b9499626b3810677d55f..9189722b4b2f4b454ca607420e40a4f5c5479a4e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-196,7
+196,7
@@
test-darcs-boringfile:
$(PYTHON) misc/test-darcs-boringfile.py
test-clean:
- find . |sort >allfiles.tmp.old
+ find . |
grep -v allfiles.tmp |
sort >allfiles.tmp.old
$(MAKE)
$(MAKE) clean
find . |grep -v allfiles.tmp |sort >allfiles.tmp.new