From 9ffeac6992774224ebc279e346f99d5ed725bcd9 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 4 Mar 2012 16:15:59 +0000 Subject: Update code and StaticAnlysisTest so that missingInclude warnings do not have to be suppressed, and so that all code except for third party libraries can be checked. Update SingleUSBModeTest makefile to separate out the messages from the test commands. --- BuildTests/ModuleTest/makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'BuildTests/ModuleTest/makefile') diff --git a/BuildTests/ModuleTest/makefile b/BuildTests/ModuleTest/makefile index 1930eddc1..d80e2a2ac 100644 --- a/BuildTests/ModuleTest/makefile +++ b/BuildTests/ModuleTest/makefile @@ -22,7 +22,7 @@ UC3_FAMILIES = uc3a0256 uc3a1256 uc3a3256 uc3a4256 uc3b0256 uc3b1256 DEVICE_FAMILIES = $(AVR8_FAMILIES:%=%.avr8) $(XMEGA_FAMILIES:%=%.xmega) $(UC3_FAMILIES:%=%.uc3) -all: begin $(DEVICE_FAMILIES) end +all: begin $(DEVICE_FAMILIES) clean end begin: @echo Executing build test "ModuleTest". @@ -33,21 +33,21 @@ end: @echo %.avr8: - $(MAKE) -f makefile.avr8 clean - $(MAKE) -f makefile.avr8 all MCU=$(@:%.avr8=%) + $(MAKE) -f makefile.avr8 clean -s + $(MAKE) -f makefile.avr8 all MCU=$(@:%.avr8=%) -s %.xmega: - $(MAKE) -f makefile.xmega clean - $(MAKE) -f makefile.xmega all MCU=$(@:%.xmega=%) + $(MAKE) -f makefile.xmega clean -s + $(MAKE) -f makefile.xmega all MCU=$(@:%.xmega=%) -s %.uc3: - $(MAKE) -f makefile.uc3 clean - $(MAKE) -f makefile.uc3 all MCU=$(@:%.uc3=%) + $(MAKE) -f makefile.uc3 clean -s + $(MAKE) -f makefile.uc3 all MCU=$(@:%.uc3=%) -s clean: - $(MAKE) -f makefile.avr8 clean - $(MAKE) -f makefile.xmega clean - $(MAKE) -f makefile.uc3 clean + $(MAKE) -f makefile.avr8 clean -s + $(MAKE) -f makefile.xmega clean -s + $(MAKE) -f makefile.uc3 clean -s %: \ No newline at end of file -- cgit v1.2.3