[gcalctool] Make builds less verbose (bug #607118, Thomas Andersen)
- From: Robin Sonefors <rsonefors src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gcalctool] Make builds less verbose (bug #607118, Thomas Andersen)
- Date: Sat, 16 Jan 2010 01:51:21 +0000 (UTC)
commit 78dc31180930d5b5aa6421ac33e4dd09b4f3429c
Author: Robin Sonefors <ozamosi flukkost nu>
Date: Sat Jan 16 02:49:57 2010 +0100
Make builds less verbose (bug #607118, Thomas Andersen)
configure.in | 1 +
src/Makefile.am | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/configure.in b/configure.in
index 0d946d7..c1c6340 100644
--- a/configure.in
+++ b/configure.in
@@ -6,6 +6,7 @@ AC_CONFIG_MACRO_DIR([m4])
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
GNOME_MAINTAINER_MODE_DEFINES
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
IT_PROG_INTLTOOL([0.35.0])
diff --git a/src/Makefile.am b/src/Makefile.am
index 605099f..b68356b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -80,14 +80,14 @@ libparser.a: \
mp-equation-lexer.o\
mp-equation-parser.o\
mp-equation.o
- $(AR) r libparser.a $^
- $(RANLIB) libparser.a
+ $(AM_V_at)$(AR) r libparser.a $^
+ $(AM_V_GEN)$(RANLIB) libparser.a
mp-equation-parser.c mp-equation-parser.h: mp-equation-parser.y mp-equation-lexer.h
- $(YACC) -d -o mp-equation-parser.c $(srcdir)/mp-equation-parser.y
+ $(AM_V_GEN)$(YACC) -d -o mp-equation-parser.c $(srcdir)/mp-equation-parser.y
mp-equation-lexer.c mp-equation-lexer.h: mp-equation-lexer.l
- $(LEX) $(srcdir)/mp-equation-lexer.l
+ $(AM_V_GEN)$(LEX) $(srcdir)/mp-equation-lexer.l
mp-equation-parser.o: mp-equation-lexer.h
mp-equation-lexer.o: mp-equation-parser.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]