[vlc-devel] commit: Win32: stop bitching us and fail in the middle of the build ( Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Feb 3 17:55:40 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb  3 17:09:02 2010 +0100| [8bc369ef19cc142ef571277080316f4a56341714] | committer: Jean-Baptiste Kempf 

Win32: stop bitching us and fail in the middle of the build

Either you die at start or you don't. Stop making us loosing our time.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8bc369ef19cc142ef571277080316f4a56341714
---

 Makefile.am |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a4624ee..5fabf56 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -697,6 +697,13 @@ package-win-common:
 	else \
 	  echo "OK."; mkdir -p "$(win32_destdir)"; \
 	fi
+# Same for debug symbols dir
+	@if test -e "$(win32_debugdir)"; then \
+	  echo "Error: please remove $(win32_debugdir), it is in the way"; \
+	  false; \
+	else \
+	  echo "OK."; mkdir -p "$(win32_debugdir)"; \
+	fi
 
 # Copy relevant files
 # Copy executables and libs
@@ -921,12 +928,6 @@ endif
 
 # Strip DLLs
 package-win-common-strip: package-win32-base-debug
-	@if test -e "$(win32_debugdir)"; then \
-	  echo "Error: please remove $(win32_debugdir), it is in the way"; \
-	  false; \
-	else \
-	  echo "OK."; mkdir -p "$(win32_debugdir)"; \
-	fi
 	for i in "" $(win32_destdir)/*$(LIBEXT) \
 	            $(win32_destdir)/*$(EXEEXT) \
 	            $(win32_destdir)/activex/*$(LIBEXT) \




More information about the vlc-devel mailing list