##// END OF EJS Templates
Makefile: be more careful when cleaning up pure/ components...
Matt Mackall -
r16460:d9e2f09d 2.2-rc stable
parent child Browse files
Show More
@@ -45,7 +45,7 b' doc:'
45 clean:
45 clean:
46 -$(PYTHON) setup.py clean --all # ignore errors from this command
46 -$(PYTHON) setup.py clean --all # ignore errors from this command
47 find . \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
47 find . \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
48 rm -f $(addprefix mercurial/,$(notdir $(wildcard mercurial/pure/*.py)))
48 rm -f $(addprefix mercurial/,$(notdir $(wildcard mercurial/pure/[a-z]*.py)))
49 rm -f MANIFEST MANIFEST.in tests/*.err
49 rm -f MANIFEST MANIFEST.in tests/*.err
50 rm -rf build mercurial/locale
50 rm -rf build mercurial/locale
51 $(MAKE) -C doc clean
51 $(MAKE) -C doc clean
General Comments 0
You need to be logged in to leave comments. Login now