[Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/misc tos-check-env,
1.4, 1.5
John Regehr
regehr at users.sourceforge.net
Thu Feb 14 12:31:23 PST 2008
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/safe/msp430 fail.c, 1.1,
1.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/safe/include
annots_stage1.h, NONE, 1.1 annots_stage2.h, NONE,
1.1 deputy_annots.h, 1.4, NONE deputy_no_annots.h, 1.4,
NONE nesc_annots.h, 1.4, NONE nesc_no_annots.h, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tools/tinyos/misc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3711/tinyos/misc
Modified Files:
tos-check-env
Log Message:
allow nesC 1.3
Index: tos-check-env
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/tinyos/misc/tos-check-env,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tos-check-env 12 Dec 2006 18:23:02 -0000 1.4
--- tos-check-env 14 Feb 2008 20:31:21 -0000 1.5
***************
*** 159,163 ****
if (/nescc:/) {
print $_;
! $versionok = 1 if /1\.2/;
} elsif (/Unknown target /) {
$warning = "--> WARNING: nescc (nesc) was found, but the version could " .
--- 159,163 ----
if (/nescc:/) {
print $_;
! $versionok = 1 if (/1\.2/ || /1\.3/);
} elsif (/Unknown target /) {
$warning = "--> WARNING: nescc (nesc) was found, but the version could " .
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/safe/msp430 fail.c, 1.1,
1.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/safe/include
annots_stage1.h, NONE, 1.1 annots_stage2.h, NONE,
1.1 deputy_annots.h, 1.4, NONE deputy_no_annots.h, 1.4,
NONE nesc_annots.h, 1.4, NONE nesc_no_annots.h, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list