[Home]

Summary:ASTERISK-07768: [patch] $(realpath) requires make 3.81
Reporter:Tzafrir Cohen (tzafrir)Labels:
Date Opened:2006-09-18 17:23:54Date Closed:2011-06-07 14:07:55
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) moddir_rules_norealpath.diff
Description:The makefile uses the function realpath of gnu make which was introducsed in version 3.81. That version is not yet widely used in distributions.

The attached patch replaces one such a use with a simpler sed command, relying on the variable SUBDIR to be set. This will only work as-is for direct decendents of the top makefile. For lower dirs we may need a helper variable that will remember  the current position in the tree.
Comments:By: Jason Parker (jparker) 2006-09-18 20:56:51

Attached patch?

By: Tzafrir Cohen (tzafrir) 2006-10-06 17:14:39

I believe that with Kevin's latest fixes this patch is really not needed anymore (let alone apply). So I figure this can be a "WontFix".