From: beutel Date: Wed, 18 Jun 2008 12:24:38 +0000 (+0000) Subject: making building cleaner and quieter (less nasty output) X-Git-Tag: release_tinyos_2_1_0_0~250 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=405b569819fa32c1265a4535847f59eb7c75e0ff making building cleaner and quieter (less nasty output) --- 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