[PATCH 2 of 2 V2] Makefile: add build_hgexe -i for local

Adrian Buehlmann adrian at cadifra.com
Fri Jun 29 06:20:52 CDT 2012


# HG changeset patch
# User Adrian Buehlmann <adrian at cadifra.com>
# Date 1340968355 -7200
# Node ID 4a788c9b41a906189da4674cf94ffb9b9d696837
# Parent  33385730e7d06dd0c966f4c25030b508ab05be7f
Makefile: add build_hgexe -i for local

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@
 all: build doc
 
 local:
-	$(PYTHON) setup.py $(PURE) build_py -c -d . build_ext -i build_mo
+	$(PYTHON) setup.py $(PURE) build_py -c -d . build_ext -i build_hgexe -i build_mo
 	$(PYTHON) hg version
 
 build:


More information about the Mercurial-devel mailing list