From: Brian Warner <warner@allmydata.com>
Date: Fri, 25 Jan 2008 23:29:13 +0000 (-0700)
Subject: Makefile: split mac 'make .dmg' and 'upload' into separate steps
X-Git-Tag: allmydata-tahoe-0.8.0~228
X-Git-Url: https://git.rkrishnan.org/listings/rgr-080307.php?a=commitdiff_plain;h=07a45cd232464eb1b35931df5e9d43577cfb0087;p=tahoe-lafs%2Ftahoe-lafs.git

Makefile: split mac 'make .dmg' and 'upload' into separate steps
---

diff --git a/Makefile b/Makefile
index 695465da..dc7ccf03 100644
--- a/Makefile
+++ b/Makefile
@@ -429,7 +429,10 @@ mac-exe: .built
 	VERSION=$(VER) $(PP) $(MAKE) -C mac build
 
 mac-dist:
-	VERSION=$(VER) $(MAKE) -C mac diskimage upload
+	VERSION=$(VER) $(MAKE) -C mac diskimage
+
+mac-upload:
+	VERSION=$(VER) $(MAKE) -C mac upload
 
 mac-cleanup:
 	VERSION=$(VER) $(MAKE) -C mac cleanup