Browse code

Merge commit '5b1b495c8d21600eac694d50f428654a3125e217'

* commit '5b1b495c8d21600eac694d50f428654a3125e217':
build: Print a message when generating version scripts

Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>

Matthieu Bouron authored on 2016/06/28 00:34:10
Showing 1 changed files
... ...
@@ -84,11 +84,11 @@ COMPILE_HOSTC = $(call COMPILE,HOSTCC)
84 84
 	$(Q)echo '#include "$*.h"' >$@
85 85
 
86 86
 %.ver: %.v
87
-	$(Q)sed 's/$$MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ | sed -e 's/:/:\
87
+	$(M)sed 's/$$MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ | sed -e 's/:/:\
88 88
 /' -e 's/; /;\
89 89
 /g' > $@
90 90
 
91
-%.c %.h: TAG = GEN
91
+%.c %.h %.ver: TAG = GEN
92 92
 
93 93
 # Dummy rule to stop make trying to rebuild removed or renamed headers
94 94
 %.h: