[vlc-devel] commit: contrib: package-wince (Pierre Ynard )
git version control
git at videolan.org
Fri Nov 13 10:22:17 CET 2009
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Fri Nov 13 10:21:13 2009 +0100| [6d0742dce507d41af29eb35a4d7624b166fbdc1d] | committer: Pierre Ynard
contrib: package-wince
.PHONY doesn't seem too happy about that...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6d0742dce507d41af29eb35a4d7624b166fbdc1d
---
extras/contrib/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile
index e6f27f6..55d2b08 100644
--- a/extras/contrib/Makefile
+++ b/extras/contrib/Makefile
@@ -100,9 +100,9 @@ package-macosx:
rm -f contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2
mv contrib-macosx.tar.bz2 contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2
-DISTDIR = usr/win32
+DISTDIR = usr/win$*
-package-win32:
+package-win%:
@if test -d tmp; then \
echo "Move away ./tmp, it's in the way" ; \
exit 1 ; \
@@ -124,7 +124,7 @@ package-win32:
# Remove unused and potentially harmful files (but skip qt4 executables)
(cd tmp/$(DISTDIR)/bin && rm -fv `find . -name 'uic.exe' -o -name 'rcc.exe' -o -name 'moc.exe' -o -name '*.exe' -printf '%p '` && chmod a+x * || true)
# Tar it.
- (cd tmp; tar cf - $(DISTDIR)) | bzip2 -c > contrib-`date +%Y%m%d`-win32-bin-gcc-`$(CC) --version|head -n 1|cut -f 3 -d ' '`-runtime-`/bin/echo -e "#include <_mingw.h>\n__MINGW32_VERSION"|$(CC) -E -|grep -v ^#|grep -v ' '`-only.tar.bz2
+ (cd tmp; tar cf - $(DISTDIR)) | bzip2 -c > contrib-`date +%Y%m%d`-win$*-bin-gcc-`$(CC) --version|head -n 1|cut -f 3 -d ' '`-runtime-`/bin/echo -e "#include <_mingw.h>\n__MINGW32_VERSION"|$(CC) -E -|grep -v ^#|grep -v ' '`-only.tar.bz2
rm -rf tmp
-.PHONY: all clean-src clean-bin clean package-macosx package-win32
+.PHONY: all clean-src clean-bin clean package-macosx
More information about the vlc-devel
mailing list