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:
ae6cc14
)
mac/Makefile: remove the verbose hdiutil diagnostics now that we resolved the problem
author
Brian Warner
<warner@allmydata.com>
Fri, 12 Sep 2008 00:46:22 +0000
(17:46 -0700)
committer
Brian Warner
<warner@allmydata.com>
Fri, 12 Sep 2008 00:46:22 +0000
(17:46 -0700)
mac/Makefile
patch
|
blob
|
history
diff --git
a/mac/Makefile
b/mac/Makefile
index 1befbe606540d1463b90a71d6e59e3d89095ddf7..695e312b131ca20cfa03f30601b9acf1184a5de9 100644
(file)
--- a/
mac/Makefile
+++ b/
mac/Makefile
@@
-11,7
+11,7
@@
build:
diskimage:
mv dist Allmydata-$(VERSION)
- hdiutil create -
verbose -skipunreadable -anyowners -
ov -srcfolder Allmydata-$(VERSION) allmydata-rw.dmg
+ hdiutil create -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