Mercurial > hg
changeset 45350: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 | 442823f66889 |
children | 909dafff6a78 |
files | Makefile |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Aug 06 13:51:43 2020 +0530 +++ b/Makefile Fri Aug 07 21:59:43 2020 -0700 @@ -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