changeset 52733:7aa46c5f56e7

make: clean up local, MERCURIAL_SETUP_MAKE_LOCAL not used
author Pierre Augier <pierre.augier@univ-grenoble-alpes.fr>
date Fri, 24 Jan 2025 23:14:54 +0100
parents fa5a0c2b9f04
children e465689fa74d
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Jan 24 23:06:59 2025 +0100
+++ b/Makefile	Fri Jan 24 23:14:54 2025 +0100
@@ -61,7 +61,7 @@
 
 local:
 	$(PYTHON) -m venv $(VENV_NAME) --clear --upgrade-deps
-	MERCURIAL_SETUP_MAKE_LOCAL=1 $(VENV_NAME)/$(PYBINDIRNAME)/python -m \
+	$(VENV_NAME)/$(PYBINDIRNAME)/python -m \
 	  pip install -e . -v --config-settings --global-option="$(PURE)"
 	env HGRCPATH= $(VENV_NAME)/$(PYBINDIRNAME)/hg version