]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Remove the Makefile targets relating to the Mac GUI app. refs #1282
authordavid-sarah <david-sarah@jacaranda.org>
Sun, 26 Dec 2010 02:58:59 +0000 (18:58 -0800)
committerdavid-sarah <david-sarah@jacaranda.org>
Sun, 26 Dec 2010 02:58:59 +0000 (18:58 -0800)
Makefile

index 67e46b25bda86b405d2344902597455e53d04643..9d1f02a0b0fc3946e171b91bd4a32021c9030d27 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -429,24 +429,3 @@ windows-installer:
 
 windows-installer-upload:
        $(RUNPP) -c "$(MAKE) -C windows windows-installer-upload"
-
-
-# These targets provide for mac native builds
-.PHONY: mac-exe mac-upload mac-cleanup mac-dbg
-
-mac-exe: .built
-       $(MAKE) -C mac clean
-       VERSION=$(VER) $(RUNPP) -c "$(MAKE) -C mac build"
-
-mac-dist:
-       VERSION=$(VER) $(MAKE) -C mac diskimage
-
-mac-upload:
-       VERSION=$(VER) $(MAKE) -C mac upload
-
-mac-cleanup:
-       VERSION=$(VER) $(MAKE) -C mac cleanup
-
-mac-dbg:
-       cd mac && $(PP) $(PYTHON)w allmydata_tahoe.py
-