[Request] [- ] D8915: makefile: stop setting unused HGEXTDIR variable during osx build

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Sat Aug 8 05:01:56 UTC 2020


martinvonz created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.

REVISION SUMMARY
  The variable was added in a38ed42cd23c <https://phab.mercurial-scm.org/rHGa38ed42cd23c907a2d8e032c6483c8c5c99dac89> (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.

REPOSITORY
  rHG Mercurial

BRANCH
  default

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
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20200808/9f54f2ff/attachment.html>


More information about the Mercurial-patches mailing list