#-*-Makefile-*- vim:syntax=make #$Id: reinstall.extra,v 1.4 2004/11/22 05:36:21 jwhui Exp $ NODEID = $(REINSTALL) BUILD_DEPS = setid program ifdef TINYOS_NP ifeq ($(TINYOS_NP),BNP) BUILD_DEPS = setid program_bl program_no_e endif endif check_bnp: FORCE @perl -e 'exit 0 if (<> =~ /^\:103000/); print "\nERROR: Trying to install with BNP support.\n main.ihex was not built properly, please recompile.\n\n"; exit 1;' $(INSTALL_IHEX)