[tor-commits] [flashproxy/master] Remove the whole dist directory in "make dist-exe".
dcf at torproject.org
dcf at torproject.org
Mon Dec 3 00:57:51 UTC 2012
commit b604485449ff7721babe544c5eef88d0aeea8aba
Author: David Fifield <david at bamsoftware.com>
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 \
More information about the tor-commits
mailing list