<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20494">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Makefile: update clean-utils & distclean-utils<br><br>Distclean-utils target was missing a backslash at the end to continue on<br>the next line.<br><br>Change-Id: I2bddff342f9c0fcb27e9b40ac94377c60ba5b7fe<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M Makefile<br>1 file changed, 4 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/20494/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/Makefile b/Makefile<br>index 87576c8..31fb3ad 100644<br>--- a/Makefile<br>+++ b/Makefile<br>@@ -417,10 +417,12 @@<br>   rm -f tags<br> <br> clean-utils:<br>- $(foreach tool, $(TOOLLIST), $(MAKE) -C util/$(tool) clean MFLAGS= MAKEFLAGS= ;)<br>+     $(foreach tool, $(TOOLLIST), \<br>+               $(MAKE) -C util/$(tool) clean MFLAGS= MAKEFLAGS= ;)<br> <br> distclean-utils:<br>-    $(foreach tool, $(TOOLLIST), $(MAKE) -C util/$(tool) distclean MFLAGS= MAKEFLAGS= ;<br>+  $(foreach tool, $(TOOLLIST), \<br>+               $(MAKE) -C util/$(tool) distclean MFLAGS= MAKEFLAGS= ; \<br>              rm -f /util/$(tool)/junit.xml;)<br> <br> distclean: clean clean-ctags clean-cscope distclean-payloads distclean-utils<br></pre><p>To view, visit <a href="https://review.coreboot.org/20494">change 20494</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/20494"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I2bddff342f9c0fcb27e9b40ac94377c60ba5b7fe </div>
<div style="display:none"> Gerrit-Change-Number: 20494 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>