From b084aead2069a0288a4ea3d3a706d7ba33dc2aaf Mon Sep 17 00:00:00 2001 From: Jussi Saavalainen Date: Mon, 18 Mar 2013 13:28:11 +0200 Subject: [PATCH] Enable Automake silent-rules for build Change-Id: I13841f09974b7e81b34dc814091339a0a93ef22d --- configure.ac | 1 + packaging/gst-plugins-atomisp.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 33f463c..d6721de 100644 --- a/configure.ac +++ b/configure.ac @@ -19,6 +19,7 @@ dnl AM_MAINTAINER_MODE provides the option to enable maintainer mode AM_MAINTAINER_MODE AM_INIT_AUTOMAKE($PACKAGE, $VERSION) +AM_SILENT_RULES dnl make aclocal work in maintainer mode AC_SUBST(ACLOCAL_AMFLAGS, "-I m4") diff --git a/packaging/gst-plugins-atomisp.spec b/packaging/gst-plugins-atomisp.spec index e66fdd2..42c9531 100644 --- a/packaging/gst-plugins-atomisp.spec +++ b/packaging/gst-plugins-atomisp.spec @@ -21,6 +21,7 @@ Camera source component for Intel Medfield ISP. ./autogen.sh CFLAGS="$CFLAGS -DSTDC99 -D__user= -DUSE_DYNAMIC_3A" %configure --disable-static \ --prefix=%{_prefix} \ + --enable-silent-rules make %{?jobs:-j%jobs} -- 2.7.4