From: Zooko O'Whielacronx Date: Tue, 22 Jan 2008 20:47:48 +0000 (-0700) Subject: setup: remove the hatch-eggs make script since the setup.cfg accomplishes it, and... X-Git-Url: https://git.rkrishnan.org/vdrive/%22file:/quickstart.html?a=commitdiff_plain;h=5188929e725321a57ce1520e012e727d759b2a1f;p=tahoe-lafs%2Ftahoe-lafs.git setup: remove the hatch-eggs make script since the setup.cfg accomplishes it, and make windows-exe depend on .built --- diff --git a/Makefile b/Makefile index 286d4bd7..7725ec10 100644 --- a/Makefile +++ b/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