ffmpeg | branch: master | Diego Biurrun <di...@biurrun.de> | Tue Feb 28 
22:11:39 2017 +0100| [d1d6230ea3dd2c34bcd121f958706f3177f8d8c5] | committer: 
Diego Biurrun

build: Add "build" shorthand target that depends on all compile targets

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d1d6230ea3dd2c34bcd121f958706f3177f8d8c5
---

 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 80d50d8253..dc4b0add9f 100644
--- a/Makefile
+++ b/Makefile
@@ -179,6 +179,7 @@ distclean::
 config:
        $(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
 
+build: all alltools checkheaders examples testprogs
 check: all alltools checkheaders examples testprogs fate
 
 include $(SRC_PATH)/tests/Makefile
@@ -194,4 +195,5 @@ $(sort $(OBJDIRS)):
 # so this saves some time on slow systems.
 .SUFFIXES:
 
-.PHONY: all all-yes alltools check *clean config install* testprogs uninstall*
+.PHONY: all all-yes alltools build check config testprogs
+.PHONY: *clean install* uninstall*

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to