<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/7532">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">menuselect: Tweak check for recently run configure.<br><br>Recently menuselect has randomly produced an error stating that<br>configure was just run and make had to be restarted.  I believe this is<br>due to an incorrect menuselect/Makefile rule.  The original rule<br>produced an error if makeopts or autoconfig.h were older than<br>makeopts.in or autoconfig.h.in.  I believe this can create an issue if<br>makeopts is older than autoconfig.h.in or if autoconfig.h is older than<br>makeopts.in.  The new rules compare files independently.<br><br>Change-Id: Ibca155035fa1392c95e33cbf25f257902abba17b<br>---<br>M menuselect/Makefile<br>1 file changed, 4 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/32/7532/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/menuselect/Makefile b/menuselect/Makefile<br>index 96c574e..c6a6fac 100644<br>--- a/menuselect/Makefile<br>+++ b/menuselect/Makefile<br>@@ -64,7 +64,10 @@<br> <br> $(OBJS) $(C_OBJS) $(N_OBJS) $(G_OBJS) $(M_OBJS): autoconfig.h menuselect.h<br> <br>-makeopts autoconfig.h: autoconfig.h.in makeopts.in<br>+makeopts: makeopts.in<br>+autoconfig.h: autoconfig.h.in<br>+<br>+makeopts autoconfig.h:<br>         @./configure $(CONFIGURE_SILENT)<br>      @echo "****"<br>        @echo "**** The configure script was just executed, so 'make' needs to be"<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7532">change 7532</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/7532"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 15 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ibca155035fa1392c95e33cbf25f257902abba17b </div>
<div style="display:none"> Gerrit-Change-Number: 7532 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>