[coreboot-gerrit] Change in coreboot[master]: Makefile: update clean-utils & distclean-utils

Martin Roth (Code Review) gerrit at coreboot.org
Fri Jul 7 19:00:35 CEST 2017


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/20494


Change subject: Makefile: update clean-utils & distclean-utils
......................................................................

Makefile: update clean-utils & distclean-utils

Distclean-utils target was missing a backslash at the end to continue on
the next line.

Change-Id: I2bddff342f9c0fcb27e9b40ac94377c60ba5b7fe
Signed-off-by: Martin Roth <martinroth at google.com>
---
M Makefile
1 file changed, 4 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/20494/1

diff --git a/Makefile b/Makefile
index 87576c8..31fb3ad 100644
--- a/Makefile
+++ b/Makefile
@@ -417,10 +417,12 @@
 	rm -f tags
 
 clean-utils:
-	$(foreach tool, $(TOOLLIST), $(MAKE) -C util/$(tool) clean MFLAGS= MAKEFLAGS= ;)
+	$(foreach tool, $(TOOLLIST), \
+		$(MAKE) -C util/$(tool) clean MFLAGS= MAKEFLAGS= ;)
 
 distclean-utils:
-	$(foreach tool, $(TOOLLIST), $(MAKE) -C util/$(tool) distclean MFLAGS= MAKEFLAGS= ;
+	$(foreach tool, $(TOOLLIST), \
+		$(MAKE) -C util/$(tool) distclean MFLAGS= MAKEFLAGS= ; \
 		rm -f /util/$(tool)/junit.xml;)
 
 distclean: clean clean-ctags clean-cscope distclean-payloads distclean-utils

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2bddff342f9c0fcb27e9b40ac94377c60ba5b7fe
Gerrit-Change-Number: 20494
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170707/f7ffd70f/attachment.html>


More information about the coreboot-gerrit mailing list