# HG changeset patch # User Augie Fackler # Date 1490047124 14400 # 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 -r 6dc8caccef8a -r 6359976b43be Makefile --- a/Makefile Mon Mar 20 17:49:47 2017 -0400 +++ b/Makefile Mon Mar 20 17:58:44 2017 -0400 @@ -159,6 +159,7 @@ # 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/