[vlc-devel] commit: [Win32] Fix yet another packaging issue.(Jean-Baptiste Kempf )
Leith Bade
leith at leithalweapon.geek.nz
Tue Oct 21 02:28:17 CEST 2008
I updated to latest commits but I am now getting this error during make
package-win32-base:
for i in "" ./vlc-1.0.0-git/plugins/*.dll ; \
do if test -n "$i" ; then strip "$i" ; fi ; done
strip: './vlc-1.0.0-git/plugins/*.dll': No such file
make: *** [package-win32-base] Error 1
-----Original Message-----
From: vlc-devel-bounces at videolan.org [mailto:vlc-devel-bounces at videolan.org]
On Behalf Of git version control
Sent: Tuesday, 21 October 2008 9:50 a.m.
To: vlc-devel at videolan.org
Subject: [vlc-devel] commit: [Win32] Fix yet another packaging
issue.(Jean-Baptiste Kempf )
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Oct 20
22:50:58 2008 +0200| [d72aba04bb47269fe1610e777d0099681cdb66f3] | committer:
Jean-Baptiste Kempf
[Win32] Fix yet another packaging issue.
>
http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d72aba04bb47269fe1610
e777d0099681cdb66f3
---
Makefile.am | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 9c23375..c00082a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -886,10 +886,8 @@ endif
#strip exe and main dll
package-win-common-strip: package-win32-base-debug
- $(STRIP) "vlc-$(VERSION)/vlc$(EXEEXT)"
- $(STRIP) "vlc-$(VERSION)/libvlccore$(LIBEXT)"
- $(STRIP) "vlc-$(VERSION)/libvlc$(LIBEXT)"
- $(STRIP) "vlc-$(VERSION)/pthreadGC2$(LIBEXT)"
+ for i in "" vlc-$(VERSION)/*$(LIBEXT) ; \
+ do if test -n "$$i" ; then $(STRIP) "$$i" ; fi; done
if BUILD_MOZILLA
$(STRIP) "vlc-$(VERSION)/mozilla/npvlc$(LIBEXT)"
endif
_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
http://mailman.videolan.org/listinfo/vlc-devel
Internal Virus Database is out of date.
Checked by AVG - http://www.avg.com
Version: 8.0.173 / Virus Database: 270.8.1/1729 - Release Date: 16/10/2008
7:12 p.m.
More information about the vlc-devel
mailing list