mirror of https://github.com/FFmpeg/FFmpeg.git
* commit 'db869f4ea4405fb8f9736e5ecdca70f77621a28e': fate: Add build-only targets to FATE Merged-by: James Almer <jamrial@gmail.com>pull/272/head
commit
85e2fe6281
3 changed files with 21 additions and 0 deletions
@ -0,0 +1,17 @@ |
||||
FATE_BUILD += fate-build-alltools
|
||||
fate-build-alltools: alltools |
||||
|
||||
FATE_BUILD += fate-build-checkheaders
|
||||
fate-build-checkheaders: checkheaders |
||||
|
||||
FATE_BUILD += fate-build-examples
|
||||
fate-build-examples: examples |
||||
|
||||
FATE_BUILD += fate-build-testprogs
|
||||
fate-build-testprogs: testprogs |
||||
|
||||
$(FATE_BUILD): CMD = null |
||||
$(FATE_BUILD): CMP = null |
||||
|
||||
# FATE += $(FATE_BUILD)
|
||||
fate-build: $(FATE_BUILD) |
Loading…
Reference in new issue