[coreboot-gerrit] Change in coreboot[master]: payloads/nvramcui/Makefile: Remove junit.xml

Martin Roth (Code Review) gerrit at coreboot.org
Mon Mar 27 19:00:20 CEST 2017


Martin Roth has uploaded a new change for review. ( https://review.coreboot.org/18999 )

Change subject: payloads/nvramcui/Makefile: Remove junit.xml
......................................................................

payloads/nvramcui/Makefile: Remove junit.xml

The junit.xml file is generated by the 'what-jenkins-does' target.
Remove it if it exists.

Change-Id: I9d1824e2716f4d886f68d5b43afa40c7cea150df
Signed-off-by: Martin Roth <gaumless at gmail.com>
---
M payloads/nvramcui/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/18999/1

diff --git a/payloads/nvramcui/Makefile b/payloads/nvramcui/Makefile
index c6a9cd0..47f00bc 100644
--- a/payloads/nvramcui/Makefile
+++ b/payloads/nvramcui/Makefile
@@ -26,7 +26,7 @@
 endif
 
 clean:
-	rm -f nvramcui.elf
+	rm -f nvramcui.elf junit.xml
 
 distclean: clean
 	rm -rf build libpayload .config .config.old

-- 
To view, visit https://review.coreboot.org/18999
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9d1824e2716f4d886f68d5b43afa40c7cea150df
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Martin Roth <martinroth at google.com>



More information about the coreboot-gerrit mailing list