[asterisk-bugs] [Asterisk 0015226]: [patch] Simplify main/Makefile removing the list of objects to compile

Asterisk Bug Tracker noreply at bugs.digium.com
Fri May 29 14:46:08 CDT 2009


The following issue has been ASSIGNED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15226 
====================================================================== 
Reported By:                eliel
Assigned To:                eliel
====================================================================== 
Project:                    Asterisk
Issue ID:                   15226
Category:                   General
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 197824 
Request Review:              
====================================================================== 
Date Submitted:             2009-05-29 14:41 CDT
Last Modified:              2009-05-29 14:46 CDT
====================================================================== 
Summary:                    [patch] Simplify main/Makefile removing the list of
objects to compile
Description: 
Instead of listing every object to compile & link, automatically generate
the list of .c files and remove those that doesn't need to be in the main
objs list.
====================================================================== 

---------------------------------------------------------------------- 
 (0105751) svnbot (reporter) - 2009-05-29 14:46
 https://issues.asterisk.org/view.php?id=15226#c105751 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 198139

U   trunk/main/Makefile

------------------------------------------------------------------------
r198139 | eliel | 2009-05-29 14:46:07 -0500 (Fri, 29 May 2009) | 15 lines

Simplify the Makefile and avoid needing to specify each object file.

Instead of specifying every object file, use make's magic to generate
it.
This will generate less conflicts in team branches when a new file is
added in trunk.

(closes issue https://issues.asterisk.org/view.php?id=15226)
Reported by: eliel
Patches:
      makefile uploaded by eliel (license 64)

      Review: http://reviewboard.asterisk.org/r/269/ 


------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=198139 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-05-29 14:46 svnbot         Note Added: 0105751                          
2009-05-29 14:46 svnbot         Status                   new => assigned     
2009-05-29 14:46 svnbot         Assigned To               => eliel           
======================================================================




More information about the asterisk-bugs mailing list