<p>Nico Huber has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20769">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">payloads/depthcharge: Fix clean target<br><br>This line has a weird history. It got a `|| exit 0` removed lately which<br>obviously was there to fix the presence of the superfluous `test` at the<br>beginning. Now, remove the `test` too to make the clean target always<br>succeed again ;)<br><br>Change-Id: I9e069cf5d9ac8416cf350161439aa60798ef7b6b<br>Signed-off-by: Nico Huber <nico.huber@secunet.com><br>---<br>M payloads/external/depthcharge/Makefile<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/20769/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/payloads/external/depthcharge/Makefile b/payloads/external/depthcharge/Makefile<br>index 1c8d345..8115eb1 100644<br>--- a/payloads/external/depthcharge/Makefile<br>+++ b/payloads/external/depthcharge/Makefile<br>@@ -89,7 +89,7 @@<br>             PATH="$(abspath ../../../build/util/cbfstool):$$PATH"<br> <br> clean:<br>-  test -d $(output_dir) && rm -rf $(output_dir)<br>+        rm -rf $(output_dir)<br> <br> distclean:<br>  rm -rf $(project_dir)<br></pre><p>To view, visit <a href="https://review.coreboot.org/20769">change 20769</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/20769"/><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: I9e069cf5d9ac8416cf350161439aa60798ef7b6b </div>
<div style="display:none"> Gerrit-Change-Number: 20769 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nico Huber <nico.h@gmx.de> </div>