From 405b569819fa32c1265a4535847f59eb7c75e0ff Mon Sep 17 00:00:00 2001 From: beutel Date: Wed, 18 Jun 2008 12:24:38 +0000 Subject: [PATCH] making building cleaner and quieter (less nasty output) --- tools/Bootstrap | 2 +- tools/platforms/mica/uisp/acconfig.h | 0 tools/platforms/mica/uisp/bootstrap | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 tools/platforms/mica/uisp/acconfig.h diff --git a/tools/Bootstrap b/tools/Bootstrap index 528867bd..cf710335 100755 --- a/tools/Bootstrap +++ b/tools/Bootstrap @@ -11,7 +11,7 @@ AUTOHEADER="autoheader" set -x ( - $ACLOCAL + $ACLOCAL --warnings=none $AUTOCONF [ -d config-aux ] || mkdir config-aux $AUTOMAKE -a -c diff --git a/tools/platforms/mica/uisp/acconfig.h b/tools/platforms/mica/uisp/acconfig.h deleted file mode 100644 index e69de29b..00000000 diff --git a/tools/platforms/mica/uisp/bootstrap b/tools/platforms/mica/uisp/bootstrap index 15a3f7fe..da073070 100755 --- a/tools/platforms/mica/uisp/bootstrap +++ b/tools/platforms/mica/uisp/bootstrap @@ -1,4 +1,4 @@ -aclocal +aclocal --warnings=none autoheader autoconf [ -d config ] || mkdir config -- 2.39.2