build: Do not show mkdir calls in silent mode
authorStefan Schmidt <s.schmidt@samsung.com>
Thu, 7 May 2015 07:51:58 +0000 (09:51 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Thu, 7 May 2015 09:15:12 +0000 (11:15 +0200)
Keep this noise out of the build ouput. Still visible in verbose mode.

src/Makefile_Edje.am
src/Makefile_Emotion.am
src/Makefile_Ethumb.am

index adde801..b1acf0e 100644 (file)
@@ -275,8 +275,9 @@ tests_edje_edje_suite_LDADD = @CHECK_LIBS@  $(USE_EDJE_BIN_LIBS)
 tests_edje_edje_suite_DEPENDENCIES = @USE_EDJE_INTERNAL_LIBS@
 
 tests/edje/data/%.edj: tests/edje/data/%.edc bin/edje/edje_cc${EXEEXT}
-       $(MKDIR_P) tests/edje/data
-       $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) -id $(srcdir)/tests/edje/data $< $@
+       $(AM_V_EDJ) \
+       $(MKDIR_P) tests/edje/data; \
+       $(EDJE_CC) $(EDJE_CC_FLAGS) -id $(srcdir)/tests/edje/data $< $@
 
 EDJE_DATA_FILES = tests/edje/data/test_layout.edc \
                   tests/edje/data/complex_layout.edc
index f3c7352..0390512 100644 (file)
@@ -244,8 +244,9 @@ tests_emotion_emotion_test_LDADD = @USE_EDJE_LIBS@ @USE_EMOTION_LIBS@
 tests_emotion_emotion_test_DEPENDENCIES = @USE_EDJE_INTERNAL_LIBS@ @USE_EMOTION_INTERNAL_LIBS@
 
 tests/emotion/data/theme.edj: tests/emotion/data/theme.edc bin/edje/edje_cc${EXEEXT}
-       $(MKDIR_P) tests/emotion/data
-       $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) -id $(srcdir)/tests/emotion/data $< $@
+       $(AM_V_EDJ) \
+       $(MKDIR_P) tests/emotion/data; \
+       $(EDJE_CC) $(EDJE_CC_FLAGS) -id $(srcdir)/tests/emotion/data $< $@
 
 emotiondatafilesdir = $(datadir)/emotion/data
 emotiondatafiles_DATA = tests/emotion/data/theme.edj
index baa43d8..2f4b7de 100644 (file)
@@ -55,8 +55,9 @@ modules_ethumb_emotion_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@
 modules_ethumb_emotion_module_la_LIBTOOLFLAGS = --tag=disable-static
 
 modules/ethumb/emotion/template.edj: modules/ethumb/emotion/template.edc modules/ethumb/emotion/placeholder.png bin/edje/edje_cc${EXEEXT}
-       $(MKDIR_P) modules/ethumb/emotion
-       $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) -id $(srcdir)/modules/ethumb/emotion $< $@
+       $(AM_V_EDJ) \
+       $(MKDIR_P) modules/ethumb/emotion; \
+       $(EDJE_CC) $(EDJE_CC_FLAGS) -id $(srcdir)/modules/ethumb/emotion $< $@
 
 ethumbmoduleemotion_DATA = modules/ethumb/emotion/template.edj
 CLEANFILES += modules/ethumb/emotion/template.edj