This revision was automatically updated to reflect the committed changes.
Closed by commit rHG9072a890e523: rust: make clean takes care of rust/target 
(authored by gracinet, committed by ).

CHANGED PRIOR TO COMMIT
  https://phab.mercurial-scm.org/D5369?vs=12700&id=12710#toc

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5369?vs=12700&id=12710

REVISION DETAIL
  https://phab.mercurial-scm.org/D5369

AFFECTED FILES
  Makefile

CHANGE DETAILS

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,7 @@
        rm -rf build mercurial/locale
        $(MAKE) -C doc clean
        $(MAKE) -C contrib/chg distclean
+       rm -rf rust/target
 
 clean: cleanbutpackages
        rm -rf packages



To: gracinet, #hg-reviewers
Cc: yuja, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to