<p>Tristan Corrick has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27775">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Documentation/Makefile.sphinx: Be cautious when running `rm -rf`<br><br>If BUILDDIR were an empty string, running `make clean` would result in<br>running `rm -rf /*`. Omitting the trailing /* prevents this.<br><br>With a valid BUILDDIR, the behaviour of `make clean` changes slightly in<br>that BUILDDIR itself is removed. However, this is probably more in line<br>with what one would expect from `make clean`.<br><br>Change-Id: I51b52bb6e7fe73a07fed6291a4f1cc253f2bf319<br>Signed-off-by: Tristan Corrick <tristan@corrick.kiwi><br>---<br>M Documentation/Makefile.sphinx<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/75/27775/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/Documentation/Makefile.sphinx b/Documentation/Makefile.sphinx</span><br><span>index 0ecebbe..2357f18 100644</span><br><span>--- a/Documentation/Makefile.sphinx</span><br><span>+++ b/Documentation/Makefile.sphinx</span><br><span>@@ -46,7 +46,7 @@</span><br><span> </span><br><span> .PHONY: clean</span><br><span> clean:</span><br><span style="color: hsl(0, 100%, 40%);">-      rm -rf $(BUILDDIR)/*</span><br><span style="color: hsl(120, 100%, 40%);">+  rm -rf $(BUILDDIR)</span><br><span> </span><br><span> .PHONY: html</span><br><span> html:</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27775">change 27775</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/27775"/><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: I51b52bb6e7fe73a07fed6291a4f1cc253f2bf319 </div>
<div style="display:none"> Gerrit-Change-Number: 27775 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Tristan Corrick <tristan@corrick.kiwi> </div>