vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Feb 24 20:57:20 2015 +0100| [96ca0c85b6466316f991f9e8b80e9ff3a9c8eb05] | committer: Jean-Baptiste Kempf
Contribs: remove win32 binaries faster > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=96ca0c85b6466316f991f9e8b80e9ff3a9c8eb05 --- contrib/src/main.mak | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/src/main.mak b/contrib/src/main.mak index cf78d03..d747b06 100644 --- a/contrib/src/main.mak +++ b/contrib/src/main.mak @@ -384,14 +384,14 @@ vlc-contrib-$(HOST)-latest.tar.bz2: prebuilt: vlc-contrib-$(HOST)-latest.tar.bz2 -$(UNPACK) + $(RM) -r $(TOPDST)/$(HOST) + mv $(HOST) $(TOPDST) + cd $(TOPDST)/$(HOST) && $(SRC)/change_prefix.sh ifdef HAVE_WIN32 ifndef HAVE_CROSS_COMPILE - $(RM) `find $(HOST) | file -f- | grep ELF | awk -F: '{print $1}' | xargs` + $(RM) `find $(HOST)/bin | file -f- | grep ELF | awk -F: '{print $$1}' | xargs` endif endif - $(RM) -r $(TOPDST)/$(HOST) - mv $(HOST) $(TOPDST) - cd $(TOPDST)/$(HOST) && $(SRC)/change_prefix.sh package: install rm -Rf tmp/ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
