mirror of
https://github.com/facebook/sapling.git
synced 2025-01-08 14:46:47 +03:00
make: remove packages directory in clean rule
This commit is contained in:
parent
8110a0a71f
commit
33f8cae522
2
Makefile
2
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user