]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
clean up the Makefile parts related to osx packaging. 116/head
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Thu, 2 Oct 2014 03:53:10 +0000 (09:23 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Thu, 2 Oct 2014 03:53:10 +0000 (09:23 +0530)
Add phony target for `buildosxpkg' target. Clean the intermediate
pkg file.

Makefile

index 63c964f4fef5ab81ba8d5f35969d6bd784d0ed67..28231cb6a9ae8195ee76a6ba2b96f7e78c596b8e 100644 (file)
--- 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