[asterisk-commits] murf: trunk r86900 - in /trunk: ./ main/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Oct 23 15:44:59 CDT 2007


Author: murf
Date: Tue Oct 23 15:44:58 2007
New Revision: 86900

URL: http://svn.digium.com/view/asterisk?view=rev&rev=86900
Log:
Merged revisions 86881 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r86881 | murf | 2007-10-23 14:22:25 -0600 (Tue, 23 Oct 2007) | 1 line

this update to Makefile corrects how ast_expr2f.c should be generated
........

Modified:
    trunk/   (props changed)
    trunk/main/Makefile

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/main/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/main/Makefile?view=diff&rev=86900&r1=86899&r2=86900
==============================================================================
--- trunk/main/Makefile (original)
+++ trunk/main/Makefile Tue Oct 23 15:44:58 2007
@@ -115,6 +115,8 @@
 
 ast_expr2f.c:
 	flex -o $@ --full ast_expr2.fl
+	sed 's at free( (char \*) ptr );@if(ptr) free( (char *) ptr );@' ast_expr2f.c > zz
+	mv zz ast_expr2f.c
 
 testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h
 	$(CC) -g -c -Iinclude -DSTANDALONE ast_expr2f.c




More information about the asterisk-commits mailing list