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

Jonathan Hui jwhui at users.sourceforge.net
Tue Aug 2 08:15:04 PDT 2005


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

Modified Files:
	Makedefaults 
Log Message:
- Search over GOALS, not TARGETS.



Index: Makedefaults
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/Makedefaults,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makedefaults	2 Aug 2005 15:14:11 -0000	1.7
--- Makedefaults	2 Aug 2005 15:15:02 -0000	1.8
***************
*** 6,10 ****
  GOALS += ident_flags tos_image bnp
  
! ifneq ($(filter mica2 mica2dot micaz telos telosa telosb tmote,$(TARGETS)),)
    TINYOS_NP ?= BNP
  endif
--- 6,10 ----
  GOALS += ident_flags tos_image bnp
  
! ifneq ($(filter mica2 mica2dot micaz telos telosa telosb tmote,$(GOALS)),)
    TINYOS_NP ?= BNP
  endif



More information about the Tinyos-commits mailing list