Commit 96ca0c85 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: remove win32 binaries faster

parent 6704074e
...@@ -384,14 +384,14 @@ vlc-contrib-$(HOST)-latest.tar.bz2: ...@@ -384,14 +384,14 @@ vlc-contrib-$(HOST)-latest.tar.bz2:
prebuilt: vlc-contrib-$(HOST)-latest.tar.bz2 prebuilt: vlc-contrib-$(HOST)-latest.tar.bz2
-$(UNPACK) -$(UNPACK)
$(RM) -r $(TOPDST)/$(HOST)
mv $(HOST) $(TOPDST)
cd $(TOPDST)/$(HOST) && $(SRC)/change_prefix.sh
ifdef HAVE_WIN32 ifdef HAVE_WIN32
ifndef HAVE_CROSS_COMPILE 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
endif endif
$(RM) -r $(TOPDST)/$(HOST)
mv $(HOST) $(TOPDST)
cd $(TOPDST)/$(HOST) && $(SRC)/change_prefix.sh
package: install package: install
rm -Rf tmp/ rm -Rf tmp/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment