Makefile
changeset 40967 462a26756f70
parent 40833 9072a890e523
child 42058 ec7b478f1bf8
equal deleted inserted replaced
40966:1eaf62a67c1a 40967:462a26756f70
    71 	if test -d .hg; then rm -f mercurial/__version__.py; fi
    71 	if test -d .hg; then rm -f mercurial/__version__.py; fi
    72 	rm -rf build mercurial/locale
    72 	rm -rf build mercurial/locale
    73 	$(MAKE) -C doc clean
    73 	$(MAKE) -C doc clean
    74 	$(MAKE) -C contrib/chg distclean
    74 	$(MAKE) -C contrib/chg distclean
    75 	rm -rf rust/target
    75 	rm -rf rust/target
       
    76 	rm -f mercurial/rustext.so
    76 
    77 
    77 clean: cleanbutpackages
    78 clean: cleanbutpackages
    78 	rm -rf packages
    79 	rm -rf packages
    79 
    80 
    80 install: install-bin install-doc
    81 install: install-bin install-doc