>From 3b175300219928a821a87dcd5136d82d7cfe9428 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther <ze...@selfish.org> Date: Fri, 18 Nov 2011 22:39:20 +0100 Subject: [PATCH] build: Use AM_SILENT_RULES to provide kernel like compilation output
This generates output like the one at the end. This mode can be disabled by compiling with make V=1. Output: CC pxa3xx_dump.o CCLD pxa3xx_dump --- configure.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure.in b/configure.in index 02edba8..32d53e7 100644 --- a/configure.in +++ b/configure.in @@ -55,6 +55,7 @@ AC_CANONICAL_HOST AC_CANONICAL_TARGET AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) PKG_PROG_PKG_CONFIG -- 1.7.7.3 _______________________________________________ directfb-dev mailing list directfb-dev@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev