##// END OF EJS Templates
Makefile: remove the build folder manually...
Brodie Rao -
r12500:deeef07c default
parent child Browse files
Show More
@@ -45,7 +45,7 b' clean:'
45 -$(PYTHON) setup.py clean --all # ignore errors from this command
45 -$(PYTHON) setup.py clean --all # ignore errors from this command
46 find . \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
46 find . \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
47 rm -f MANIFEST mercurial/__version__.py tests/*.err
47 rm -f MANIFEST mercurial/__version__.py tests/*.err
48 rm -rf mercurial/locale
48 rm -rf build mercurial/locale
49 $(MAKE) -C doc clean
49 $(MAKE) -C doc clean
50
50
51 install: install-bin install-doc
51 install: install-bin install-doc
General Comments 0
You need to be logged in to leave comments. Login now