Makefile
branchstable
changeset 23940 d0ef40776999
parent 23932 d7a90949fc18
child 24194 00809c43d72c
equal deleted inserted replaced
23939:33d1b81c6ef0 23940:d0ef40776999
   138 osx:
   138 osx:
   139 	python -c 'import bdist_mpkg.script_bdist_mpkg' || \
   139 	python -c 'import bdist_mpkg.script_bdist_mpkg' || \
   140 	   (echo "Missing bdist_mpkg (easy_install bdist_mpkg)"; false)
   140 	   (echo "Missing bdist_mpkg (easy_install bdist_mpkg)"; false)
   141 	rm -rf dist/mercurial-*.mpkg
   141 	rm -rf dist/mercurial-*.mpkg
   142 	python -m bdist_mpkg.script_bdist_mpkg setup.py --
   142 	python -m bdist_mpkg.script_bdist_mpkg setup.py --
       
   143 	python contrib/fixpax.py dist/mercurial-*.mpkg/Contents/Packages/*.pkg/Contents/Archive.pax.gz
   143 	mkdir -p packages/osx
   144 	mkdir -p packages/osx
   144 	N=`cd dist && echo mercurial-*.mpkg | sed 's,\.mpkg$$,,'` && hdiutil create -srcfolder dist/$$N.mpkg/ -scrub -volname "$$N" -ov packages/osx/$$N.dmg
   145 	N=`cd dist && echo mercurial-*.mpkg | sed 's,\.mpkg$$,,'` && hdiutil create -srcfolder dist/$$N.mpkg/ -scrub -volname "$$N" -ov packages/osx/$$N.dmg
   145 	rm -rf dist/mercurial-*.mpkg
   146 	rm -rf dist/mercurial-*.mpkg
   146 
   147 
   147 fedora20:
   148 fedora20: