[Home]

Summary:ASTERISK-07114: [patch] get gmake to re-read configuration
Reporter:Tzafrir Cohen (tzafrir)Labels:
Date Opened:2006-06-07 01:10:50Date Closed:2006-06-07 11:07:17
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) make_noerror.diff
Description:make does not re-read files that were not exactly included. The following patch makes sure that files are indeed included in a way gmake understands. At least thisis what I make of it.

It also removes a number of 'exit 1' that are now unnecessary' and thus hopefuly make the build process a more pleasent process.


Comments:By: Russell Bryant (russell) 2006-06-07 10:08:06

I'm having some problems with this patch:

- You removed the lines that actually run the configure script.  They need to be added back.

- This still doesn't appear to fix the issue.  The follow steps still create a build that fails for me:

1) rm menuselect.makeopts
2) make

By: Russell Bryant (russell) 2006-06-07 11:07:16

I made it so make doesn't have to be restarted after a default menuselect.makeopts file is generated.  You can now build and install asterisk with ...

./configure && make && make install