[Tinyos-2-commits] CVS: tinyos-2.x/support/make cthreads.extra, 1.1, 1.2 dynthreads.extra, 1.2, 1.3

Kevin Klues klueska at users.sourceforge.net
Tue Feb 3 19:10:14 PST 2009


Update of /cvsroot/tinyos/tinyos-2.x/support/make
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16365

Modified Files:
	cthreads.extra dynthreads.extra 
Log Message:
Small modification to tosthreads extra files

Index: cthreads.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/cthreads.extra,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** cthreads.extra	12 Jun 2008 14:17:14 -0000	1.1
--- cthreads.extra	4 Feb 2009 03:10:12 -0000	1.2
***************
*** 4,7 ****
--- 4,8 ----
  #Get all the normal include directories for a threads build
  $(call TOSMake_include,threads.extra)
+ PFLAGS += -DCTHREADS
  
  #Include directories required specifically for cthreads builds

Index: dynthreads.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/dynthreads.extra,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** dynthreads.extra	14 Nov 2008 18:06:15 -0000	1.2
--- dynthreads.extra	4 Feb 2009 03:10:12 -0000	1.3
***************
*** 7,10 ****
--- 7,11 ----
  #Get all the normal include directories for a cthreads build
  $(call TOSMake_include,cthreads.extra)
+ PFLAGS += -DDYNTHREADS
  
  #Stuff to build dynamically loadable binary



More information about the Tinyos-2-commits mailing list