[vlc-devel] commit: [Win32] Package: Warn if unix2dos fails, since this can happen a lot on MSys or CYGWIN (Jean-Baptiste Kempf )
    git version control 
    git at videolan.org
       
    Thu Nov 13 01:56:07 CET 2008
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Nov 13 01:04:23 2008 +0100| [9d2bf51588e76a0ae6f27d0899d3d64df9d6f16b] | committer: Jean-Baptiste Kempf 
[Win32] Package: Warn if unix2dos fails, since this can happen a lot on MSys or CYGWIN
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9d2bf51588e76a0ae6f27d0899d3d64df9d6f16b
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 91b8cf0..a93e38f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -701,7 +701,7 @@ package-win-common:
 	  do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(win32_destdir)/$${file}.txt" ; done;
 	for file in NEWS COPYING README; \
 	  do cp "$(srcdir)/$$file" "$(win32_destdir)/$${file}.txt"; done
-	unix2dos "$(win32_destdir)/"*.txt
+	unix2dos "$(win32_destdir)/"*.txt || echo "WARNING: this shouldn't happen"
 
 # Necessary icons
 	cp $(srcdir)/share/vlc48x48.ico $(win32_destdir)/
    
    
More information about the vlc-devel
mailing list