[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/imote2/test/TestTimeSync Makefile, 1.1, 1.2

Lama Nachman lnachman at users.sourceforge.net
Sun Mar 4 22:20:54 PST 2007


Update of /cvsroot/tinyos/tinyos-1.x/contrib/imote2/test/TestTimeSync
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6665/TestTimeSync

Modified Files:
	Makefile 
Log Message:
Pushed out internal tree


Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/imote2/test/TestTimeSync/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile	24 Oct 2006 02:57:52 -0000	1.1
--- Makefile	5 Mar 2007 06:20:52 -0000	1.2
***************
*** 26,32 ****
  
  ############################ SPECIFY COMPONENT FILE ###########################
! ifndef COMPONENT
!     COMPONENT=TestTimeSyncC
! #   COMPONENT=TestTimeSyncPollerC
  endif
  
--- 26,33 ----
  
  ############################ SPECIFY COMPONENT FILE ###########################
! ifdef POLLER
! 	COMPONENT=TestTimeSyncPollerC
! else
! 	COMPONENT=TestTimeSyncC
  endif
  



More information about the Tinyos-contrib-commits mailing list