From: Brian Warner Date: Fri, 12 Sep 2008 00:46:22 +0000 (-0700) Subject: mac/Makefile: remove the verbose hdiutil diagnostics now that we resolved the problem X-Git-Url: https://git.rkrishnan.org/listings/pb2server.py?a=commitdiff_plain;h=652b96ec952ddc7307cfc3f171cb756f146a6b54;p=tahoe-lafs%2Ftahoe-lafs.git mac/Makefile: remove the verbose hdiutil diagnostics now that we resolved the problem --- diff --git a/mac/Makefile b/mac/Makefile index 1befbe60..695e312b 100644 --- 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