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

Kevin Klues klueska at users.sourceforge.net
Fri Nov 14 10:06:17 PST 2008


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

Modified Files:
	dynthreads.extra 
Log Message:
Update to allow dynthreads to be created on both linux,cygwin,and darwin

Index: dynthreads.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/dynthreads.extra,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** dynthreads.extra	12 Jun 2008 14:17:14 -0000	1.1
--- dynthreads.extra	14 Nov 2008 18:06:15 -0000	1.2
***************
*** 31,37 ****
--- 31,43 ----
  	$(DYNLOAD_GENTOS_COMMAND)
  	
+ ifneq ($(shell uname),Darwin)
+ dynthreads_all: dynthreads_build
+ 	@echo "            $(shell stat -t $(DYNLOAD_TOSFILE) | perl -lane 'print $$F[1];') bytes in BINARY"
+ 	@echo "    writing TOS image"
+ else
  dynthreads_all: dynthreads_build
  	@echo "            $(shell stat -F $(DYNLOAD_TOSFILE) | perl -lane 'print $$F[4];') bytes in BINARY"
  	@echo "    writing TOS image"
+ endif
  
  dynthreads_builddir:



More information about the Tinyos-2-commits mailing list