[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestSerial Makefile, 1.1.2.6, 1.1.2.6.2.1

David Gay idgay at users.sourceforge.net
Tue Jun 27 16:12:13 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestSerial
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15091

Modified Files:
      Tag: tinyos-2-0-0-beta2-candidate
	Makefile 
Log Message:
use the null platform


Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestSerial/Attic/Makefile,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.6.2.1
diff -C2 -d -r1.1.2.6 -r1.1.2.6.2.1
*** Makefile	13 Jun 2006 16:27:32 -0000	1.1.2.6
--- Makefile	27 Jun 2006 23:12:11 -0000	1.1.2.6.2.1
***************
*** 8,12 ****
  
  TestSerialMsg.java:
! 	mig java -target=$(PLATFORM) $(CFLAGS) -java-classname=TestSerialMsg TestSerial.h TestSerialMsg -o $@
  
  
--- 8,12 ----
  
  TestSerialMsg.java:
! 	mig java -target=null $(CFLAGS) -java-classname=TestSerialMsg TestSerial.h TestSerialMsg -o $@
  
  



More information about the Tinyos-2-commits mailing list