From: david-sarah <david-sarah@jacaranda.org>
Date: Sun, 26 Dec 2010 02:58:59 +0000 (-0800)
Subject: Remove the Makefile targets relating to the Mac GUI app. refs #1282
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/simplejson/statistics?a=commitdiff_plain;h=2182c9084ed93b8e7552c9733d00d124bce0bb1e;p=tahoe-lafs%2Ftahoe-lafs.git

Remove the Makefile targets relating to the Mac GUI app. refs #1282
---

diff --git a/Makefile b/Makefile
index 67e46b25..9d1f02a0 100644
--- 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
-