projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09a99ce
)
Makefile: split mac 'make .dmg' and 'upload' into separate steps
author
Brian Warner
<warner@allmydata.com>
Fri, 25 Jan 2008 23:29:13 +0000
(16:29 -0700)
committer
Brian Warner
<warner@allmydata.com>
Fri, 25 Jan 2008 23:29:13 +0000
(16:29 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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