Submitter | phabricator |
---|---|
Date | Jan. 29, 2020, 5:28 a.m. |
Message ID | <differential-rev-PHID-DREV-csxhnljz6trtjqs5owou-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/44734/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -64,6 +64,7 @@ $(MAKE) -C doc cleanbutpackages: + rm -f hg.exe -$(PYTHON) setup.py clean --all # ignore errors from this command find contrib doc hgext hgext3rd i18n mercurial tests hgdemandimport \ \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'