[coreboot-gerrit] New patch to review for coreboot: intelvbttool: Add `junit.xml` to Make target `clean`

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Tue Oct 13 20:23:45 CEST 2015


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11877

-gerrit

commit e28380c587cb8ae481f0d017c956ee437394157c
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Mon Oct 12 17:50:52 2015 +0200

    intelvbttool: Add `junit.xml` to Make target `clean`
    
    Executing `make clean` also deletes the file `junit.xml` now.
    
    Change-Id: Ie010946ea16fc7e5119b778cce0f9e24ae6a17ed
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 util/intelvbttool/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/intelvbttool/Makefile b/util/intelvbttool/Makefile
index 1c4893a..5bb4dcb 100644
--- a/util/intelvbttool/Makefile
+++ b/util/intelvbttool/Makefile
@@ -29,7 +29,7 @@ $(PROGRAM):
 	$(CC) $(CFLAGS) $(CPPFLAGS) $(PROGRAM).c -o $(PROGRAM)
 
 clean:
-	rm -f $(PROGRAM)
+	rm -f $(PROGRAM) junit.xml
 
 .PHONY: all clean
 



More information about the coreboot-gerrit mailing list