[Home]

Summary:ASTERISK-05485: [patch] assorted Makefile fixes
Reporter:Luigi Rizzo (rizzo)Labels:
Date Opened:2005-11-07 04:25:56.000-0600Date Closed:2008-01-15 15:54:32.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) patch.Makefile.fixes
Description:The attached patch provides a number of Makefile fixes, as follows:
+ let DESTDIR be overridden by the environment, by using DESTDIR?=value
 instead of DESTDIR= inside the top level makefile.

+ provide correct paths for FreeBSD (they are within a conditional section
 so they will not affect other platforms);

+ pack a long sequence of 'echo "some text" >> some_long_pathname'
 into a single statement
   '( echo this; echo that; echo more ) >> some_long_pathname
 so that the destination file only appears once and things are easier to
 read and maintain.
Comments:By: Kevin P. Fleming (kpfleming) 2005-11-07 19:17:12.000-0600

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:54:32.000-0600

Repository: asterisk
Revision: 7002

U   trunk/ChangeLog
U   trunk/Makefile

------------------------------------------------------------------------
r7002 | kpfleming | 2008-01-15 15:54:32 -0600 (Tue, 15 Jan 2008) | 2 lines

issue ASTERISK-5485

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

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