aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-01-19 02:41:25 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-01-19 02:41:25 +0000
commite9cf850201c7694626ba4d39311afb00ade9795b (patch)
treec8b152761dc66b8edf493a675066a89dcb90f6f5 /Makefile.nmake
parent852551cd86641585d4bc67548c797d2e52b71495 (diff)
As discussed on the devlist:
A clean_setup is done first now to ensure that the target dirs don't contain old files - probably remaining from a previous setup run. explicit removing of the gtk2 dir is no longer required therefore svn path=/trunk/; revision=20497
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 9bc121ea2b..16a974c69b 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -531,12 +531,11 @@ verify_tools:
@$(SH) tools\win32-setup.sh --appverify $(REQUIRED_TOOLS)
# Download and install all the required libraries into WIRESHARK_LIBS.
-# If you used this setup target before, consider doing a clean_setup.
-setup: verify_tools
+# A clean_setup is done first to ensure that the target dirs don't
+# contain old files remaining from a previous setup run.
+setup: verify_tools clean_setup
if not exist $(WIRESHARK_LIBS) md $(WIRESHARK_LIBS)
!IF "$(GTK2_INST_VERSION)" == "2.10"
-# ran into problems probably due to stuff left in gtk dir, remove it
- rm -rf $(WIRESHARK_LIBS)/gtk2
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
glib gtk2.10/glib-2.12.7.zip
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \