[coreboot-gerrit] Patch set updated for coreboot: intelvbttool: Add `junit.xml` to Make target `clean`

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Thu Oct 15 23:07:05 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 151df790181b26c091af57d771a046c702eb45ea
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 7ba97b7..e2fcb01 100644
--- a/util/intelvbttool/Makefile
+++ b/util/intelvbttool/Makefile
@@ -28,7 +28,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