gracinet created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  This isn't the prettiest way of doing it, but it doesn't require looking
  up cargo, or wondering whether that should be part of setup.py clean.

REPOSITORY
  rHG Mercurial

BRANCH
  default

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
+       if test -d rust/target; then rm -rf rust/target; fi
 
 clean: cleanbutpackages
        rm -rf packages



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

Reply via email to