[Tinyos-commits] CVS: tinyos-1.x/tools/make pc.target,1.7,1.8

Kamin Whitehouse kaminw at users.sourceforge.net
Wed Jun 22 13:49:25 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/tools/make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1793

Modified Files:
	pc.target 
Log Message:
replaced the := with += in the spirit of the new make system

Index: pc.target
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/pc.target,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pc.target	14 Mar 2005 21:47:45 -0000	1.7
--- pc.target	22 Jun 2005 20:49:23 -0000	1.8
***************
*** 5,9 ****
  SENSORBOARD ?= micasb
  OPTFLAGS = -g -O0
! PFLAGS := -pthread $(PFLAGS) -fnesc-nido-tosnodes=1000 -fnesc-simulate
  
  ifdef TINYOS_NP
--- 5,9 ----
  SENSORBOARD ?= micasb
  OPTFLAGS = -g -O0
! PFLAGS += -pthread -fnesc-nido-tosnodes=1000 -fnesc-simulate
  
  ifdef TINYOS_NP



More information about the Tinyos-commits mailing list