From: Ramakrishnan Muthukrishnan Date: Thu, 2 Oct 2014 03:53:10 +0000 (+0530) Subject: clean up the Makefile parts related to osx packaging. X-Git-Url: https://git.rkrishnan.org/vdrive/%22file:/listings/frontends/$top_link?a=commitdiff_plain;h=0292076f9cb4cd3b6833574987f20de2a0b2644f;p=tahoe-lafs%2Ftahoe-lafs.git clean up the Makefile parts related to osx packaging. Add phony target for `buildosxpkg' target. Clean the intermediate pkg file. --- diff --git a/Makefile b/Makefile index 63c964f4..28231cb6 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ build: touch .built # build osx packages +.PHONY: buildosxpkg buildosxpkg: $(PYTHON) setup.py build_for_package touch .built @@ -50,6 +51,8 @@ buildosxpkg: --package-path . \ tahoe-darwin.pkg + rm tahoe-lafs.pkg + # TESTING # you can use 'make test TEST=allmydata.test.test_introducer' to run just