<p>Joshua Colp <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/7533">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Matthew Fredrickson: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved; Approved for Submit

</div><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;">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/7533">change 7533</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/7533"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: Ibca155035fa1392c95e33cbf25f257902abba17b </div>
<div style="display:none"> Gerrit-Change-Number: 7533 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Matthew Fredrickson <creslin@digium.com> </div>