From 47bc57a7e2b5f98a7e5a82228d756004d46fbdbe Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 4 May 2014 07:19:13 -0600 Subject: [PATCH] distro-build: fix Windows client setup --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 959a95c260..a5c5072375 100644 --- a/Makefile +++ b/Makefile @@ -431,6 +431,7 @@ client: $(MAKE) installer-from-bundle $(COPY_ARGS) win32-client: + cmd /c del /f /s /q build\user $(MAKE) win32-base $(COPY_ARGS) $(MAKE) win32-distro-build-from-server $(COPY_ARGS) $(MAKE) win32-bundle-from-server $(COPY_ARGS) @@ -469,7 +470,7 @@ installer-from-bundle: $(RACKET) -l- distro-build/installer $(DIST_ARGS_q) win32-distro-build-from-server: - $(WIN32_RACO) pkg install $(REMOTE_USER_AUTO) distro-build + $(WIN32_RACO) pkg install $(REMOTE_USER_AUTO) distro-build-client win32-bundle: IF EXIST bundle cmd /c rmdir /S /Q bundle