[beast: 17/31] BSE: icons: simplify make output
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 17/31] BSE: icons: simplify make output
- Date: Mon, 22 Jun 2015 14:39:35 +0000 (UTC)
commit 8d9b2577f2ad8b025d5915c14a9e3869b6e98316
Author: Tim Janik <timj gnu org>
Date: Fri Jun 12 18:36:45 2015 +0200
BSE: icons: simplify make output
bse/icons/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/bse/icons/Makefile.am b/bse/icons/Makefile.am
index 7e2c6dd..950578b 100644
--- a/bse/icons/Makefile.am
+++ b/bse/icons/Makefile.am
@@ -48,7 +48,8 @@ MAKE_CNAME = $(subst .,_,$(subst -,_,$(notdir $(basename $(1)))))
# generate .c files for all of SRC_IMAGES
GDK_PIXBUF_CSOURCE=gdk-pixbuf-csource
%.c: %.png
- $(GDK_PIXBUF_CSOURCE) --name=$(call MAKE_CNAME,$(<F))_pixstream $< >xgen-$(@F)-temp && cp
xgen-$(@F)-temp $@ && rm -f xgen-$(@F)-temp
+ $(AM_V_GEN)
+ $(Q) $(GDK_PIXBUF_CSOURCE) --name=$(call MAKE_CNAME,$(<F))_pixstream $< >xgen-$(@F)-temp && cp
xgen-$(@F)-temp $@ && rm -f xgen-$(@F)-temp
noinst_DATA = $(SRC_IMAGES:.png=.c)
CLEANFILES += $(noinst_DATA)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]