comparison Makefile @ 45371:1c8e3c17c702

makefile: stop setting unused HGEXTDIR variable during osx build The variable was added in a38ed42cd23c (osx: include chg by default, 2017-03-20), but I can't find any others references to the variable in that commit or in any other commits. Differential Revision: https://phab.mercurial-scm.org/D8915
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 07 Aug 2020 21:59:43 -0700
parents 64e104ca555e
children e604a3c03ab9
comparison
equal deleted inserted replaced
45370:442823f66889 45371: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) && \