build: print (GEN) during genshader/unifont creation
Use the automake silent-rules feature to suppress unused messages. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
ed66487a4b
commit
5f1af984d7
@ -262,7 +262,7 @@ genshader_SOURCES = \
|
|||||||
src/genshader.c
|
src/genshader.c
|
||||||
|
|
||||||
src/static_shaders.c: $(SHADERS) genshader$(EXEEXT)
|
src/static_shaders.c: $(SHADERS) genshader$(EXEEXT)
|
||||||
./genshader$(EXEEXT) src/static_shaders.c $(SHADERS)
|
$(AM_V_GEN)./genshader$(EXEEXT) src/static_shaders.c $(SHADERS)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Unifont Generator
|
# Unifont Generator
|
||||||
@ -281,7 +281,7 @@ genunifont_SOURCES = \
|
|||||||
src/genunifont.c
|
src/genunifont.c
|
||||||
|
|
||||||
src/text_font_unifont_data.c: $(UNIFONT) genunifont$(EXEEXT)
|
src/text_font_unifont_data.c: $(UNIFONT) genunifont$(EXEEXT)
|
||||||
./genunifont$(EXEEXT) src/text_font_unifont_data.c $(UNIFONT)
|
$(AM_V_GEN)./genunifont$(EXEEXT) src/text_font_unifont_data.c $(UNIFONT)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Text-font library
|
# Text-font library
|
||||||
|
@ -164,7 +164,6 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
fwrite(c0, sizeof(c0) - 1, 1, out);
|
fwrite(c0, sizeof(c0) - 1, 1, out);
|
||||||
for (i = 2; i < argc; ++i) {
|
for (i = 2; i < argc; ++i) {
|
||||||
fprintf(stderr, "genshader: parsing shader %s\n", argv[i]);
|
|
||||||
write_single_file(out, argv[i]);
|
write_single_file(out, argv[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user