[Home]

Summary:ASTERISK-14230: [patch] Simplify main/Makefile removing the list of objects to compile
Reporter:Eliel Sardanons (eliel)Labels:
Date Opened:2009-05-29 14:41:30Date Closed:2009-05-29 14:50:49
Priority:MinorRegression?No
Status:Closed/CompleteComponents:General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) makefile
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.
Comments:By: Digium Subversion (svnbot) 2009-05-29 14:46:08

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 ASTERISK-14230)
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

By: Digium Subversion (svnbot) 2009-05-29 14:50:49

Repository: asterisk
Revision: 198140

_U  branches/1.6.2/

------------------------------------------------------------------------
r198140 | eliel | 2009-05-29 14:50:49 -0500 (Fri, 29 May 2009) | 20 lines

Blocked revisions 198139 via svnmerge

........
 r198139 | eliel | 2009-05-29 15:46:07 -0400 (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 ASTERISK-14230)
 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=198140