From a7f790e85da0ad95d484d0e78de0f6487c6ea6b0 Mon Sep 17 00:00:00 2001 From: Pierre Wieser Date: Wed, 22 Dec 2010 23:12:53 +0100 Subject: [PATCH] No more enable silent rules in development environment --- ChangeLog | 2 ++ run-autogen.sh | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5c188e59..dc4f268a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2010-12-22 Pierre Wieser + * run-autogen.sh: No more enable silent rules in development. + * tools/release-tarball.sh: Fix remote install of the tarball. 2010-12-20 Pierre Wieser diff --git a/run-autogen.sh b/run-autogen.sh index 95df1ded..02d2f382 100755 --- a/run-autogen.sh +++ b/run-autogen.sh @@ -11,13 +11,13 @@ find . -maxdepth 1 -type d -name 'nautilus-actions-*' | xargs rm -fr exec ./autogen.sh \ --prefix=$(pwd)/install \ --with-nautilus-extdir=$(pwd)/install/lib/nautilus \ - --enable-silent-rules \ --disable-schemas-install \ --enable-gtk-doc \ --enable-gtk-doc-pdf \ --disable-scrollkeeper \ --enable-html-manuals \ - --enable-pdf-manuals $* + --enable-pdf-manuals \ + $* # Build with Gtk+ 3 (actually a 2.97.x unstable version) # installed in ~/.local/jhbuild @@ -37,4 +37,5 @@ find . -maxdepth 1 -type d -name 'nautilus-actions-*' | xargs rm -fr --prefix=${autogen_prefix} \ --with-nautilus-extdir=${autogen_prefix}/lib/nautilus \ --enable-silent-rules \ - --disable-schemas-install $* + --disable-schemas-install \ + $* -- 2.11.4.GIT