<p>Martin Roth <strong>merged</strong> this change.</p><p><a href="https://review.coreboot.org/20494">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  build bot (Jenkins): Verified
  Patrick Georgi: Looks good to me, approved

</div><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>Reviewed-on: https://review.coreboot.org/20494<br>Tested-by: build bot (Jenkins) <no-reply@coreboot.org><br>Reviewed-by: Patrick Georgi <pgeorgi@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;">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: merged </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: 3 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: Martin Roth <martinroth@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>