mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
setup: it is okay to leave src/allmydata_tahoe.egg-info in place
This directory allows programs to programmatically identify tahoe and its version number while "running from source" -- i.e. using ./setup.py develop.
This commit is contained in:
parent
1f2e3fc912
commit
c740da9b6d
4
Makefile
4
Makefile
@ -297,10 +297,10 @@ test-darcs-boringfile:
|
||||
$(PYTHON) misc/test-darcs-boringfile.py
|
||||
|
||||
test-clean:
|
||||
find . |grep -v allfiles.tmp |grep -v src/allmydata/_version.py |sort >allfiles.tmp.old
|
||||
find . |grep -vEe"allfiles.tmp|src/allmydata/_version.py|src/allmydata_tahoe.egg-info" |sort >allfiles.tmp.old
|
||||
$(MAKE)
|
||||
$(MAKE) clean
|
||||
find . |grep -v allfiles.tmp |grep -v src/allmydata/_version.py |sort >allfiles.tmp.new
|
||||
find . |grep -vEe"allfiles.tmp|src/allmydata/_version.py|src/allmydata_tahoe.egg-info" |sort >allfiles.tmp.new
|
||||
diff allfiles.tmp.old allfiles.tmp.new
|
||||
|
||||
clean:
|
||||
|
Loading…
x
Reference in New Issue
Block a user