[msitools] build-sys: use a the $(V) trick to silence make too
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [msitools] build-sys: use a the $(V) trick to silence make too
- Date: Wed, 6 Feb 2013 23:06:39 +0000 (UTC)
commit 26aa56285e5e19d763c961b937d54fa133d3fb03
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date: Wed Feb 6 23:51:15 2013 +0100
build-sys: use a the $(V) trick to silence make too
Makefile.am | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 322ee88..78a6d4c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,10 @@ EXTRA_DIST =
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = include data libmsi tests po .
+makeflags_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+makeflags_0 = --no-print-directory -s
+AM_MAKEFLAGS = $(makeflags_$(V))
+
libmsiincludedir = $(includedir)/libmsi-1.0
dist_libmsiinclude_HEADERS = \
include/libmsi-database.h \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]