<p>Alexander Traud has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/8025">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BuildSystem: Allow make clean all again.<br><br>ASTERISK-27600<br>Reported by: Hamid R. Hashmi<br><br>Change-Id: I683d14d024650be04074b037b6300464519409f4<br>---<br>M Makefile<br>1 file changed, 5 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/25/8025/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/Makefile b/Makefile<br>index 28245aa..5db5a8d 100644<br>--- a/Makefile<br>+++ b/Makefile<br>@@ -104,8 +104,11 @@<br> export SED<br> export NM<br> <br>-# makeopts is required unless the goal is clean or distclean<br>-ifeq ($(findstring clean,$(MAKECMDGOALS)),)<br>+# makeopts is required unless the goal is just {dist{-}}clean<br>+ifeq ($(MAKECMDGOALS),clean)<br>+else ifeq ($(MAKECMDGOALS),distclean)<br>+else ifeq ($(MAKECMDGOALS),dist-clean)<br>+else<br> include makeopts<br> endif<br> <br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8025">change 8025</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.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://gerrit.asterisk.org/8025"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I683d14d024650be04074b037b6300464519409f4 </div>
<div style="display:none"> Gerrit-Change-Number: 8025 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>