# HG changeset patch # User Sean Farley # Date 2016-04-15 20:10:34 # Node ID 9fb2e8c8f3204a610eab3576d6aaf2fa7b8bc450 # Parent 1828f13b13b1225da5dd635075872293afccda0e make: remove packages directory in clean rule diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ clean: rm -f MANIFEST MANIFEST.in hgext/__index__.py tests/*.err rm -f mercurial/__modulepolicy__.py if test -d .hg; then rm -f mercurial/__version__.py; fi - rm -rf build mercurial/locale + rm -rf build packages mercurial/locale $(MAKE) -C doc clean $(MAKE) -C contrib/chg distclean