From: Brian Warner Date: Fri, 29 Aug 2008 20:52:43 +0000 (-0700) Subject: mac: add -verbose to the hdiutil call, to figure out why it's failing on the buildslave X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=6972e81581aa5110dd0ca33f6844123eb318450b;p=tahoe-lafs%2Ftahoe-lafs.git mac: add -verbose to the hdiutil call, to figure out why it's failing on the buildslave --- diff --git a/mac/Makefile b/mac/Makefile index e3dc8c18..d18add63 100644 --- 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