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@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