[Tinyos-2-commits] CVS: tinyos-2.x/tools Bootstrap,1.3,1.4
Janos Sallai
sallai at users.sourceforge.net
Thu Jul 3 13:41:52 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/tools
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10954
Modified Files:
Bootstrap
Log Message:
recent versions pf aclocal fail, because the --warnings parameter has been
removed
Index: Bootstrap
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/Bootstrap,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Bootstrap 18 Jun 2008 12:24:39 -0000 1.3
--- Bootstrap 3 Jul 2008 20:41:50 -0000 1.4
***************
*** 12,16 ****
set -x
(
! $ACLOCAL --warnings=none
$AUTOCONF
[ -d config-aux ] || mkdir config-aux
--- 12,16 ----
set -x
(
! $ACLOCAL
$AUTOCONF
[ -d config-aux ] || mkdir config-aux
More information about the Tinyos-2-commits
mailing list