From 0be83c09a066119f5fded3bd1344f90a0a98d52c Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 21 Oct 2015 14:50:00 -0600 Subject: util: Update makefiles for junit testing - Have clean remove junit.xml files. - Remove junit.xml target from cbmem makefile - this is in the top level Makefile.inc now. - add distclean targets to makefiles. - Make sure all makefiles have .PHONY set up. - rm commands need -f or they will fail if the file they're trying to remove doesn't exist, causing the build to fail. Change-Id: I2f0635f2c0a9417e3377a90c8d67103323c4a72f Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/12120 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/viatool/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'util/viatool/Makefile') diff --git a/util/viatool/Makefile b/util/viatool/Makefile index 1658557529..f1ac3a0e6c 100644 --- a/util/viatool/Makefile +++ b/util/viatool/Makefile @@ -55,6 +55,7 @@ clean: rm -f $(PROGRAM) $(OBJS) # Remove backup files created by some editors find ./ |grep *~ |xargs rm -f + rm -f junit.xml distclean: clean rm -f .dependencies -- cgit v1.2.3