From 5b1b495c8d21600eac694d50f428654a3125e217 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 24 May 2016 12:39:54 +0200 Subject: build: Print a message when generating version scripts --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1