[Tinyos-commits] CVS: tinyos-1.x/tools/make/avr install.extra, 1.7,
1.8 reinstall.extra, 1.6, 1.7
Jonathan Hui
jwhui at users.sourceforge.net
Thu Jul 28 15:58:07 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tools/make/avr
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26884/avr
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/avr/install.extra,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** install.extra 28 Jul 2005 21:23:23 -0000 1.7
--- install.extra 28 Jul 2005 22:57:50 -0000 1.8
***************
*** 5,9 ****
BUILD_DEPS = srec tosimage bytes $(POST_BUILD_EXTRA_DEPS) setid program delsetid
! ifndef NO_TOSBOOT
BUILD_DEPS += program_bl
endif
--- 5,9 ----
BUILD_DEPS = srec tosimage bytes $(POST_BUILD_EXTRA_DEPS) setid program delsetid
! ifeq ($(TINYOS_NP),BNP)
BUILD_DEPS += program_bl
endif
Index: reinstall.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/avr/reinstall.extra,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** reinstall.extra 28 Jul 2005 21:23:23 -0000 1.6
--- reinstall.extra 28 Jul 2005 22:57:50 -0000 1.7
***************
*** 5,9 ****
BUILD_DEPS = setid program delsetid
! ifndef NO_TOSBOOT
BUILD_DEPS += program_bl
endif
--- 5,9 ----
BUILD_DEPS = setid program delsetid
! ifeq ($(TINYOS_NP),BNP)
BUILD_DEPS += program_bl
endif
More information about the Tinyos-commits
mailing list