[Tinyos-commits] CVS: tinyos-1.x/tools/make/msp install.extra, 1.8, 1.9

steve ayer ayer1 at users.sourceforge.net
Wed Nov 22 11:40:41 PST 2006


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

Modified Files:
	install.extra 
Log Message:

backed out change to BNP default BUILD_DEPS that removed
program_no_e; program_no_e behavior is now restored.


Index: install.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/msp/install.extra,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** install.extra	22 Nov 2006 17:46:05 -0000	1.8
--- install.extra	22 Nov 2006 19:40:39 -0000	1.9
***************
*** 6,9 ****
  
  ifeq ($(TINYOS_NP),BNP)
!   BUILD_DEPS = tosimage $(POST_BUILD_EXTRA_DEPS) setid program_bl program
  endif
--- 6,9 ----
  
  ifeq ($(TINYOS_NP),BNP)
!   BUILD_DEPS = tosimage $(POST_BUILD_EXTRA_DEPS) setid program_bl program_no_e
  endif



More information about the Tinyos-commits mailing list