[Home]

Summary:ASTERISK-03907: make does not compile libtonezone
Reporter:manero (manero)Labels:
Date Opened:2005-04-11 03:20:55Date Closed:2008-06-07 10:50:44
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) make.txt
Description:There is small bug in Makefile. Library libtonezobe is not compiled by executing 'make'.
Compilation starts only by 'make install' but it is too late especially if compilation was done by normal user and installation is done by superuser.
In general it is expected that all compilation was finished before 'make install'.
Comments:By: Russell Bryant (russell) 2005-04-11 22:15:32

Here is a little patch for this.

Disclaimer is on file

By: Mark Spencer (markster) 2005-04-12 00:56:28

Fixed in CVS, thanks!

By: Russell Bryant (russell) 2005-04-15 02:45:52

fixed in 1.0

By: Digium Subversion (svnbot) 2008-06-07 10:50:38

Repository: dahdi
Revision: 623

U   trunk/Makefile

------------------------------------------------------------------------
r623 | markster | 2008-06-07 10:50:38 -0500 (Sat, 07 Jun 2008) | 2 lines

Fix target for tonezone (bug ASTERISK-3907)

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

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

By: Digium Subversion (svnbot) 2008-06-07 10:50:44

Repository: dahdi
Revision: 627

U   branches/v1-0/Makefile

------------------------------------------------------------------------
r627 | russell | 2008-06-07 10:50:43 -0500 (Sat, 07 Jun 2008) | 2 lines

compile libtonezone with 'make', not 'make install' (bug ASTERISK-3907)

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

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