From: klueska Date: Wed, 28 Oct 2009 11:14:39 +0000 (+0000) Subject: Minor updates to some tosthreads makefiles to make them more descriptive X-Git-Tag: rc_6_tinyos_2_1_1~172 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=e69480860de93fdf7479c6a47346604d8d401a3a Minor updates to some tosthreads makefiles to make them more descriptive --- diff --git a/apps/tosthreads/apps/TestBasicsbSensors/Makefile b/apps/tosthreads/apps/TestBasicsbSensors/Makefile index 4d9ca1d0..ba7d7d3d 100644 --- a/apps/tosthreads/apps/TestBasicsbSensors/Makefile +++ b/apps/tosthreads/apps/TestBasicsbSensors/Makefile @@ -2,7 +2,7 @@ COMPONENT=TestBasicsbSensorsAppC CFLAGS += -I$(TOSDIR)/sensorboards/basicsb CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/basicsb -ifneq ($(filter mica2 micaz iris clean,$(MAKECMDGOALS)),) +ifneq ($(filter mica2 mica2dot micaz iris clean,$(MAKECMDGOALS)),) include $(MAKERULES) else %: diff --git a/apps/tosthreads/capps/TestCollection/Makefile b/apps/tosthreads/capps/TestCollection/Makefile index aeac9db9..4b84d685 100644 --- a/apps/tosthreads/capps/TestCollection/Makefile +++ b/apps/tosthreads/capps/TestCollection/Makefile @@ -12,7 +12,7 @@ ifneq ($(filter telosb tmote tinynode shimmer iris clean,$(MAKECMDGOALS)),) include $(MAKERULES) else %: - @echo " Sorry, this application only works on platforms with >8kB of RAM (telos, iris)" + @echo " Sorry, this application only works on platforms with >8kB of RAM (telos, iris, etc.)" cthreads: @: dynthreads: