Module: libav Branch: master Commit: 5b1b495c8d21600eac694d50f428654a3125e217
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Tue May 24 12:39:54 2016 +0200 build: Print a message when generating version scripts --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1f79705..8e0cfce 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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
