]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: split mac 'make .dmg' and 'upload' into separate steps
authorBrian Warner <warner@allmydata.com>
Fri, 25 Jan 2008 23:29:13 +0000 (16:29 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 25 Jan 2008 23:29:13 +0000 (16:29 -0700)
Makefile

index 695465dab38c0aa23465d3f157f53e8050d4023b..dc7ccf0356983f484599baf3495edb850a1a9ee5 100644 (file)
--- 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