[cogl/cogl-1.22] build: Tweak spaces in the silent rules
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/cogl-1.22] build: Tweak spaces in the silent rules
- Date: Thu, 3 Sep 2015 11:22:50 +0000 (UTC)
commit b7707e2139905da46568b3113943a3e65e732006
Author: Emmanuele Bassi <ebassi gnome org>
Date: Thu Sep 3 12:21:35 2015 +0100
build: Tweak spaces in the silent rules
The spacing between the directive and the argument has changed inside
automake, so we need to match it with our own homegrown rules.
build/autotools/Makefile.am.silent | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/build/autotools/Makefile.am.silent b/build/autotools/Makefile.am.silent
index ca46592..5a1605c 100644
--- a/build/autotools/Makefile.am.silent
+++ b/build/autotools/Makefile.am.silent
@@ -4,16 +4,16 @@ QUIET_GEN = $(AM_V_GEN)
QUIET_LN = $(QUIET_LN_$(V))
QUIET_LN_ = $(QUIET_LN_$(AM_DEFAULT_VERBOSITY))
-QUIET_LN_0 = @echo ' LN '$@;
+QUIET_LN_0 = @echo ' LN '$@;
QUIET_RM = $(QUIET_RM_$(V))
QUIET_RM_ = $(QUIET_RM_$(AM_DEFAULT_VERBOSITY))
-QUIET_RM_0 = @echo ' RM '$@;
+QUIET_RM_0 = @echo ' RM '$@;
QUIET_SCAN = $(QUIET_SCAN_$(V))
QUIET_SCAN_ = $(QUIET_SCAN_$(AM_DEFAULT_VERBOSITY))
-QUIET_SCAN_0 = @echo ' GISCAN '$@;
+QUIET_SCAN_0 = @echo ' GISCAN '$@;
QUIET_COMP = $(QUIET_COMP_$(V))
QUIET_COMP_ = $(QUIET_COMP_$(AM_DEFAULT_VERBOSITY))
-QUIET_COMP_0 = @echo ' GICOMP '$@;
+QUIET_COMP_0 = @echo ' GICOMP '$@;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]