[Home]

Summary:ASTERISK-07703: INSTALL_PREFIX needs fixed in Makefile
Reporter:jeffery palmer (darren1713)Labels:
Date Opened:2006-09-09 12:46:46Date Closed:2008-06-07 12:02:13
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The definition of KMAKE_INST:= uses INSTALL_PREFIX before it's defined. These lines need to be switched in the Makefile.

Also, there is a ROOT_PREFIX hanging around that doesn't make any sense. These references should be changed to INSTALL_PREFIX.
Comments:By: Russell Bryant (russell) 2006-10-17 21:16:34

fixed in the 1.2 branch in revision 1518, thanks!

By: Digium Subversion (svnbot) 2008-06-07 12:02:10

Repository: dahdi
Revision: 1517

U   branches/1.2/Makefile

------------------------------------------------------------------------
r1517 | russell | 2008-06-07 12:02:09 -0500 (Sat, 07 Jun 2008) | 3 lines

remove ROOT_PREFIX, and move INSTALL_PREFIX to before the first time it is used
(issue ASTERISK-7703, darren1713)

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

http://svn.digium.com/view/dahdi?view=rev&revision=1517

By: Digium Subversion (svnbot) 2008-06-07 12:02:13

Repository: dahdi
Revision: 1518

_U  branches/1.4/

------------------------------------------------------------------------
r1518 | russell | 2008-06-07 12:02:13 -0500 (Sat, 07 Jun 2008) | 10 lines

Blocked revisions 1517 via svnmerge

........
r1517 | russell | 2006-10-17 22:14:43 -0400 (Tue, 17 Oct 2006) | 3 lines

remove ROOT_PREFIX, and move INSTALL_PREFIX to before the first time it is used
(issue ASTERISK-7703, darren1713)

........

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

http://svn.digium.com/view/dahdi?view=rev&revision=1518