<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23666">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/broadcom/secimage: Add distclean target<br><br>When running 'make distclean' on coreboot, the build cleans the tools<br>as well. Since secimage didn't have a distclean target, it gave an error<br>that the distclean target didn't exist.  This didn't actually affect<br>anything more than the secimage clean, but it was impossible to tell<br>that from the warning:<br><br>% make distclean<br>make[1]: *** No rule to make target 'distclean'.  Stop.<br><br>Change-Id: I4b4bcc1ab48e767218d31e455d23527acedf4953<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M util/broadcom/secimage/Makefile<br>1 file changed, 2 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/66/23666/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/broadcom/secimage/Makefile b/util/broadcom/secimage/Makefile</span><br><span>index 132c59e..ab8a1a4 100644</span><br><span>--- a/util/broadcom/secimage/Makefile</span><br><span>+++ b/util/broadcom/secimage/Makefile</span><br><span>@@ -36,7 +36,7 @@</span><br><span>     @find test -maxdepth 1 -type f -executable \</span><br><span>                 | xargs -I "{}" sh -c "{} $$(realpath $<)"</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-.PHONY: clean</span><br><span style="color: hsl(120, 100%, 40%);">+.PHONY: clean distclean</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-clean:</span><br><span style="color: hsl(120, 100%, 40%);">+clean distclean:</span><br><span>      $(RM) -f $(TARGET) $(OBJS)</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23666">change 23666</a>. To unsubscribe, or for help writing mail filters, 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/23666"/><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: I4b4bcc1ab48e767218d31e455d23527acedf4953 </div>
<div style="display:none"> Gerrit-Change-Number: 23666 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>