mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
setup: remove the hatch-eggs make script since the setup.cfg accomplishes it, and make windows-exe depend on .built
This commit is contained in:
parent
c433f42337
commit
5188929e72
7
Makefile
7
Makefile
@ -405,12 +405,9 @@ deb-gutsy-head:
|
||||
fakeroot debian/rules binary
|
||||
|
||||
# These targets provide for windows native builds
|
||||
.PHONY: hatch-eggs windows-exe windows-installer windows-installer-upload
|
||||
.PHONY: windows-exe windows-installer windows-installer-upload
|
||||
|
||||
hatch-eggs:
|
||||
$(PP) $(PYTHON) misc/hatch-eggs.py
|
||||
|
||||
windows-exe: hatch-eggs
|
||||
windows-exe: .built
|
||||
cd windows && $(PP) $(PYTHON) setup.py py2exe
|
||||
|
||||
windows-installer: windows-exe
|
||||
|
Loading…
x
Reference in New Issue
Block a user