<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20724">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">depthcharge: Fix ominous warning on make clean<br><br>When the depthcharge build folder isn't present, an error message is<br>printed because of the test.  Just remove the test and always try to<br>remove the directory.<br><br>Change-Id: I8d4bb0fbdbdefecd87336ea0c12ba0df7f5e7425<br>Signed-off-by: Martin Roth <martinroth@google.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/24/20724/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/20724">change 20724</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/20724"/><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: I8d4bb0fbdbdefecd87336ea0c12ba0df7f5e7425 </div>
<div style="display:none"> Gerrit-Change-Number: 20724 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>