Makefile
changeset 33865 af20468eb0a4
parent 33820 fa7e30efe05a
parent 33668 8de8f8a91f2d
child 34655 01c57eeb35cb
equal deleted inserted replaced
33864:70354bd4f19b 33865:af20468eb0a4
   185 	  HGEXTDIR=/Library/Python/2.7/site-packages/hgext \
   185 	  HGEXTDIR=/Library/Python/2.7/site-packages/hgext \
   186 	  DESTDIR=../../build/mercurial \
   186 	  DESTDIR=../../build/mercurial \
   187 	  PREFIX=/usr/local \
   187 	  PREFIX=/usr/local \
   188 	  clean install
   188 	  clean install
   189 	mkdir -p $${OUTPUTDIR:-dist}
   189 	mkdir -p $${OUTPUTDIR:-dist}
   190 	HGVER=$$(shell python contrib/genosxversion.py $(OSXVERSIONFLAGS) build/mercurial/Library/Python/2.7/site-packages/mercurial/__version__.py ) && \
   190 	HGVER=$$(python contrib/genosxversion.py $(OSXVERSIONFLAGS) build/mercurial/Library/Python/2.7/site-packages/mercurial/__version__.py) && \
   191 	OSXVER=$$(sw_vers -productVersion | cut -d. -f1,2) && \
   191 	OSXVER=$$(sw_vers -productVersion | cut -d. -f1,2) && \
   192 	pkgbuild --filter \\.DS_Store --root build/mercurial/ \
   192 	pkgbuild --filter \\.DS_Store --root build/mercurial/ \
   193 	  --identifier org.mercurial-scm.mercurial \
   193 	  --identifier org.mercurial-scm.mercurial \
   194 	  --version "$${HGVER}" \
   194 	  --version "$${HGVER}" \
   195 	  build/mercurial.pkg && \
   195 	  build/mercurial.pkg && \