From 0292076f9cb4cd3b6833574987f20de2a0b2644f Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Thu, 2 Oct 2014 09:23:10 +0530 Subject: [PATCH] clean up the Makefile parts related to osx packaging. Add phony target for `buildosxpkg' target. Clean the intermediate pkg file. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.45.2