From: Diego Biurrun Date: Tue, 24 May 2016 10:39:54 +0000 (+0200) Subject: build: Print a message when generating version scripts X-Git-Tag: n3.2~194^2~119 X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=5b1b495c8d21600eac694d50f428654a3125e217 build: Print a message when generating version scripts --- diff --git a/Makefile b/Makefile index 1f7970553a..8e0cfceb65 100644 --- a/Makefile +++ b/Makefile @@ -63,11 +63,11 @@ COMPILE_HOSTC = $(call COMPILE,HOSTCC) $(Q)echo '#include "$*.h"' >$@ %.ver: %.v - $(Q)sed 's/$$MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ | sed -e 's/:/:\ + $(M)sed 's/$$MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ | sed -e 's/:/:\ /' -e 's/; /;\ /g' > $@ -%.c %.h: TAG = GEN +%.c %.h %.ver: TAG = GEN AVPROGS-$(CONFIG_AVCONV) += avconv AVPROGS-$(CONFIG_AVPLAY) += avplay