Skip to content

Commit 5b1b495

Browse files
committed
build: Print a message when generating version scripts
1 parent 1e9c5bf commit 5b1b495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ COMPILE_HOSTC = $(call COMPILE,HOSTCC)
6363
$(Q)echo '#include "$*.h"' >$@
6464

6565
%.ver: %.v
66-
$(Q)sed 's/$$MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ | sed -e 's/:/:\
66+
$(M)sed 's/$$MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ | sed -e 's/:/:\
6767
/' -e 's/; /;\
6868
/g' > $@
6969

70-
%.c %.h: TAG = GEN
70+
%.c %.h %.ver: TAG = GEN
7171

7272
AVPROGS-$(CONFIG_AVCONV) += avconv
7373
AVPROGS-$(CONFIG_AVPLAY) += avplay

0 commit comments

Comments
 (0)