# HG changeset patch # User Augie Fackler # Date 2017-03-20 21:58:44 # Node ID 6359976b43be2024191a68a9605db9a378d2cce0 # Parent 6dc8caccef8a1f914abf6016f61b859a3322fe3e osx: always purge build/mercurial before starting build This prevents stray files from previous builds from polluting newer builds. diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -159,6 +159,7 @@ i18n/hg.pot: $(PYFILES) $(DOCFILES) i18n # Packaging targets osx: + rm -rf build/mercurial /usr/bin/python2.7 setup.py install --optimize=1 \ --root=build/mercurial/ --prefix=/usr/local/ \ --install-lib=/Library/Python/2.7/site-packages/