[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


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 " .



More information about the Tinyos-2-commits mailing list