reinstall.extra

来自「tinyos-2.x.rar」· EXTRA 代码 · 共 15 行

EXTRA
15
字号
#-*-Makefile-*- vim:syntax=make
#$Id: reinstall.extra,v 1.5 2008/06/18 20:22:51 razvanm Exp $

NODEID = $(REINSTALL)
BUILD_DEPS = setid program

ifdef BOOTLOADER
  ifeq ($(BOOTLOADER),tosboot)
    BUILD_DEPS = setid program_bl program_no_e
  endif
endif

check_tosboot: FORCE
	@perl -e 'exit 0 if (<> =~ /^\:103000/); print "\nERROR: Trying to install with tosboot support.\n       main.ihex was not built properly, please recompile.\n\n"; exit 1;' $(INSTALL_IHEX)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?