From patchwork Thu Jan 10 22:23:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lespiau, Damien" X-Patchwork-Id: 1962861 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork1.kernel.org (Postfix) with ESMTP id CA8C43FF0F for ; Thu, 10 Jan 2013 22:24:14 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B284FE64BD for ; Thu, 10 Jan 2013 14:24:14 -0800 (PST) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTP id 6DCFDE619F for ; Thu, 10 Jan 2013 14:23:39 -0800 (PST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 10 Jan 2013 14:23:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,447,1355126400"; d="scan'208";a="244856040" Received: from unknown (HELO localhost.localdomain) ([10.255.14.114]) by orsmga001.jf.intel.com with ESMTP; 10 Jan 2013 14:23:37 -0800 From: Damien Lespiau To: intel-gfx@lists.freedesktop.org Date: Thu, 10 Jan 2013 22:23:32 +0000 Message-Id: <1357856613-14866-2-git-send-email-damien.lespiau@intel.com> X-Mailer: git-send-email 1.7.7.5 In-Reply-To: <1357856613-14866-1-git-send-email-damien.lespiau@intel.com> References: <1357856613-14866-1-git-send-email-damien.lespiau@intel.com> Subject: [Intel-gfx] [PATCH gen4asm 2/3] build: Use automake's silent mode X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org Signed-off-by: Damien Lespiau --- configure.ac | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index a195505..f190a6b 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,8 @@ AC_INIT([intel-gen4asm], AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([dist-bzip2 foreign]) +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) + # Checks for programs. AC_PROG_CC AM_PROG_LEX