Makefile
changeset 45350 1c8e3c17c702
parent 44201 64e104ca555e
child 45609 e604a3c03ab9
equal deleted inserted replaced
45349:442823f66889 45350:1c8e3c17c702
   232 	install -d build/mercurial/usr/local/hg/contrib/
   232 	install -d build/mercurial/usr/local/hg/contrib/
   233 	install -m 0644 contrib/bash_completion build/mercurial/usr/local/hg/contrib/hg-completion.bash
   233 	install -m 0644 contrib/bash_completion build/mercurial/usr/local/hg/contrib/hg-completion.bash
   234 	make -C contrib/chg \
   234 	make -C contrib/chg \
   235 	  HGPATH=/usr/local/bin/hg \
   235 	  HGPATH=/usr/local/bin/hg \
   236 	  PYTHON=/usr/bin/python2.7 \
   236 	  PYTHON=/usr/bin/python2.7 \
   237 	  HGEXTDIR=/Library/Python/2.7/site-packages/hgext \
       
   238 	  DESTDIR=../../build/mercurial \
   237 	  DESTDIR=../../build/mercurial \
   239 	  PREFIX=/usr/local \
   238 	  PREFIX=/usr/local \
   240 	  clean install
   239 	  clean install
   241 	mkdir -p $${OUTPUTDIR:-dist}
   240 	mkdir -p $${OUTPUTDIR:-dist}
   242 	HGVER=$$(python contrib/genosxversion.py $(OSXVERSIONFLAGS) build/mercurial/Library/Python/2.7/site-packages/mercurial/__version__.py) && \
   241 	HGVER=$$(python contrib/genosxversion.py $(OSXVERSIONFLAGS) build/mercurial/Library/Python/2.7/site-packages/mercurial/__version__.py) && \