[Tinyos-commits] CVS: tinyos-1.x/tools/make/msp install.extra, 1.6, 1.7 reinstall.extra, 1.5, 1.6

Jonathan Hui jwhui at users.sourceforge.net
Thu Jul 28 15:58:08 PDT 2005


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

Modified Files:
	install.extra reinstall.extra 
Log Message:
- While TOSBoot is installed by default, allow the user to override
TINYOS_NP simply by setting it to something else.



Index: install.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/msp/install.extra,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** install.extra	28 Jul 2005 21:23:23 -0000	1.6
--- install.extra	28 Jul 2005 22:57:50 -0000	1.7
***************
*** 5,9 ****
  BUILD_DEPS = tosimage $(POST_BUILD_EXTRA_DEPS) bytes setid program 
  
! ifndef NO_TOSBOOT
    BUILD_DEPS = tosimage $(POST_BUILD_EXTRA_DEPS) setid program_bl program_no_e 
  endif
--- 5,9 ----
  BUILD_DEPS = tosimage $(POST_BUILD_EXTRA_DEPS) bytes setid program 
  
! ifeq ($(TINYOS_NP),BNP)
    BUILD_DEPS = tosimage $(POST_BUILD_EXTRA_DEPS) setid program_bl program_no_e 
  endif

Index: reinstall.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/msp/reinstall.extra,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** reinstall.extra	28 Jul 2005 21:23:23 -0000	1.5
--- reinstall.extra	28 Jul 2005 22:57:50 -0000	1.6
***************
*** 5,9 ****
  BUILD_DEPS = setid program
  
! ifndef NO_TOSBOOT
    BUILD_DEPS = setid program_bl program_no_e
  endif
--- 5,9 ----
  BUILD_DEPS = setid program
  
! ifeq ($(TINYOS_NP),BNP)
    BUILD_DEPS = setid program_bl program_no_e
  endif



More information about the Tinyos-commits mailing list