mirror of
https://github.com/videolan/vlc.git
synced 2025-01-22 15:47:59 +08:00
contrib: make patch not ask any questions
This commit is contained in:
parent
461a0548bd
commit
333cb46b80
@ -283,7 +283,7 @@ UNPACK = $(RM) -R $@ \
|
||||
$(foreach f,$(filter %.tar.xz,$^), && tar xvJf $(f)) \
|
||||
$(foreach f,$(filter %.zip,$^), && unzip $(f))
|
||||
UNPACK_DIR = $(basename $(basename $(notdir $<)))
|
||||
APPLY = (cd $(UNPACK_DIR) && patch -p1) <
|
||||
APPLY = (cd $(UNPACK_DIR) && patch -fp1) <
|
||||
pkg_static = (cd $(UNPACK_DIR) && ../../../contrib/src/pkg-static.sh $(1))
|
||||
MOVE = mv $(UNPACK_DIR) $@ && touch $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user