]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
mac: add -verbose to the hdiutil call, to figure out why it's failing on the buildslave
authorBrian Warner <warner@allmydata.com>
Fri, 29 Aug 2008 20:52:43 +0000 (13:52 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 29 Aug 2008 20:52:43 +0000 (13:52 -0700)
mac/Makefile

index e3dc8c188a758f52a8d6e433fa75f39ef8ad1103..d18add63e2a55e631e976aed9e10e2629f983f48 100644 (file)
@@ -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