[Home]

Summary:ASTERISK-07270: [patch] "fix" -addons 'install' make target
Reporter:Jason Parker (jparker)Labels:
Date Opened:2006-07-01 23:09:18Date Closed:2006-07-02 11:08:19
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) addons-Makefile-cleanup.diff
Description:Problem: when doing a `make install`, it would give the standard "Asterisk-Addons Build Complete" notice, telling you to then run make install, then make samples.

I modified/reordered the _all and all targets slightly, to avoid the eroneous message.
Comments:By: Jason Parker (jparker) 2006-07-01 23:10:35

russell: I know how much you love these types of patches.

(...for the next few days, I'll be watching my back. :)

By: Russell Bryant (russell) 2006-07-02 11:08:19

fixed in the trunk in rev 254.  The fix had to be a little bit different because we have to ensure that the contents of menuselect.makeopts are present when building the modules.  This is done by using a recursive call to make.

Thanks!