commit b604485449ff7721babe544c5eef88d0aeea8aba
Author: David Fifield <[email protected]>
Date:   Sat Dec 1 21:30:21 2012 -0800

    Remove the whole dist directory in "make dist-exe".
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 53a89b8..9168b9e 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ sign: dist/$(DISTNAME).zip
 DISTNAME_WIN32 = $(DISTNAME)-win32
 DISTDIR_WIN32 = $(DISTDIR)-win32
 dist-exe: $(CLIENT_BIN) flashproxy-client.spec
-       rm -rf $(DISTDIR_WIN32)
+       rm -rf dist
        mkdir -p $(DISTDIR_WIN32)
        mkdir $(DISTDIR_WIN32)/doc
        $(PYTHON) $(PYINSTALLER_PY) --buildpath=$(PYINSTALLER_TMPDIR)/build 
flashproxy-client.spec 2>&1 \



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to