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:
037c915
)
mac: add -verbose to the hdiutil call, to figure out why it's failing on the buildslave
author
Brian Warner
<warner@allmydata.com>
Fri, 29 Aug 2008 20:52:43 +0000
(13:52 -0700)
committer
Brian Warner
<warner@allmydata.com>
Fri, 29 Aug 2008 20:52:43 +0000
(13:52 -0700)
mac/Makefile
patch
|
blob
|
history
diff --git
a/mac/Makefile
b/mac/Makefile
index e3dc8c188a758f52a8d6e433fa75f39ef8ad1103..d18add63e2a55e631e976aed9e10e2629f983f48 100644
(file)
--- a/
mac/Makefile
+++ b/
mac/Makefile
@@
-11,7
+11,7
@@
build:
diskimage:
mv dist Allmydata-$(VERSION)
- hdiutil create -ov -srcfolder Allmydata-$(VERSION) allmydata-rw.dmg
+ hdiutil create -
verbose -
ov -srcfolder Allmydata-$(VERSION) allmydata-rw.dmg
hdiutil convert -ov allmydata-rw.dmg -format UDRO -o allmydata-ro.dmg
hdiutil convert -ov allmydata-ro.dmg -format UDZO -o Allmydata-$(VERSION).dmg
hdiutil internet-enable -yes Allmydata-$(VERSION).dmg