diff Makefile @ 40967:462a26756f70

rust-cpython: build via HGWITHRUSTEXT=cpython The existing behaviour, building the direct ffi bindings if HGIWTHRUSTEXT is just set is unchanged, but if HGWITHRUSTEXT is cpython, then the cpython bindings (aka mercurial/rustext.so) are built. Differential Revision: https://phab.mercurial-scm.org/D5436
author Georges Racinet <gracinet@anybox.fr>
date Thu, 06 Dec 2018 16:34:22 +0100
parents 9072a890e523
children ec7b478f1bf8
line wrap: on
line diff
--- a/Makefile	Thu Dec 06 16:23:20 2018 +0100
+++ b/Makefile	Thu Dec 06 16:34:22 2018 +0100
@@ -73,6 +73,7 @@
 	$(MAKE) -C doc clean
 	$(MAKE) -C contrib/chg distclean
 	rm -rf rust/target
+	rm -f mercurial/rustext.so
 
 clean: cleanbutpackages
 	rm -rf packages