[nautilus-actions] No more enable silent rules in development environment
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] No more enable silent rules in development environment
- Date: Wed, 22 Dec 2010 22:17:04 +0000 (UTC)
commit a7f790e85da0ad95d484d0e78de0f6487c6ea6b0
Author: Pierre Wieser <pwieser trychlos org>
Date: Wed Dec 22 23:12:53 2010 +0100
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 5c188e5..dc4f268 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2010-12-22 Pierre Wieser <pwieser trychlos org>
+ * 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 <pwieser trychlos org>
diff --git a/run-autogen.sh b/run-autogen.sh
index 95df1de..02d2f38 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 \
+ $*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]