[asterisk-bugs] [Asterisk 0007519]: [patch] make install fails with syntax error: unexpected end of file

noreply at bugs.digium.com noreply at bugs.digium.com
Sat Jun 7 11:42:20 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=7519 
====================================================================== 
Reported By:                Seb7
Assigned To:                russell
====================================================================== 
Project:                    Asterisk
Issue ID:                   7519
Category:                   Core/General
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Asterisk Version:           I did not set the version :( 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!): 1215 
Disclaimer on File?:        No 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             07-11-2006 12:53 CDT
Last Modified:              06-07-2008 11:42 CDT
====================================================================== 
Summary:                    [patch] make install fails with syntax error:
unexpected end of file
Description: 
There is a syntax error in the zaptel Makefile that causes "make install"
to fail. I fixed it by adding "; \" to line 261.

-               $(INSTALL) -D -m 755 ztcfg $(INSTALL_PREFIX)/sbin/ztcfg
+               $(INSTALL) -D -m 755 ztcfg $(INSTALL_PREFIX)/sbin/ztcfg;
\

This syntax error looks like it was introduced here 21 hours ago:
http://svn.digium.com/view/zaptel/trunk/Makefile?r1=1210&r2=1213

I'm attaching a patch, but I don't have a disclaimer. I guess it's not
needed for this minor a change?
====================================================================== 

---------------------------------------------------------------------- 
 svnbot - 06-07-08 11:42  
---------------------------------------------------------------------- 
Repository: dahdi
Revision: 1216

U   trunk/Makefile

------------------------------------------------------------------------
r1216 | russell | 2008-06-07 11:42:19 -0500 (Sat, 07 Jun 2008) | 2 lines

fix error on make install (issue http://bugs.digium.com/view.php?id=7519, fix by
Seb7)

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

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

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
06-07-08 11:42  svnbot         Checkin                                      
06-07-08 11:42  svnbot         Note Added: 0088130                          
======================================================================




More information about the asterisk-bugs mailing list