[asterisk-bugs] [Asterisk 0015759]: [patch] Need makefile to do kbuild-like out-of-source-tree builds for Asterisk modules

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Oct 1 11:38:53 CDT 2009


The following issue requires your FEEDBACK. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15759 
====================================================================== 
Reported By:                pprindeville
Assigned To:                kpfleming
====================================================================== 
Project:                    Asterisk
Issue ID:                   15759
Category:                   Core/BuildSystem
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.6.1.4 
JIRA:                        
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-08-21 19:39 CDT
Last Modified:              2009-10-01 11:38 CDT
====================================================================== 
Summary:                    [patch] Need makefile to do kbuild-like
out-of-source-tree builds for Asterisk modules
Description: 
Linux modules have "kbuild".

Apache modules have "apxs".

Asterisk needs something similar.  Building a bundled distro (like
Astlinux, for instance) means having two possible courses of action:

(a) have hairy "buildroot" makefiles that copy bits of source into the
asterisk/ source tree, apply patches to the makefiles, etc. and hope that
the next version bump doesn't break your patches and sources;

(b) have a way to build outside of the source tree with only the asterisk
include files (i.e. the "apxs" and "kbuild" way).

Obviously, (b) would be a lot more robust and simpler to maintain.

Tilghman wrote the following makefile, and we've been copying it into our
source tree (sigh) and using it.  It works great.  We'll swear by it.

We just would like to go the final step and have it be in the source tree
permanently.

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-10-01 11:38 kpfleming      Status                   assigned => feedback
======================================================================




More information about the asterisk-bugs mailing list