[Updated] D8915: makefile: stop setting unused HGEXTDIR variable during osx build
martinvonz (Martin von Zweigbergk)
phabricator at mercurial-scm.org
Sat Aug 8 17:29:14 UTC 2020
Closed by commit rHG1c8e3c17c702: makefile: stop setting unused HGEXTDIR variable during osx build (authored by martinvonz).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D8915?vs=22332&id=22350
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D8915/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D8915
AFFECTED FILES
Makefile
CHANGE DETAILS
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -234,7 +234,6 @@
make -C contrib/chg \
HGPATH=/usr/local/bin/hg \
PYTHON=/usr/bin/python2.7 \
- HGEXTDIR=/Library/Python/2.7/site-packages/hgext \
DESTDIR=../../build/mercurial \
PREFIX=/usr/local \
clean install
To: martinvonz, #hg-reviewers, indygreg
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200808/0095f293/attachment-0002.html>
More information about the Mercurial-patches
mailing list