[asterisk-commits] kpfleming: branch 1.6.1 r190863 - in /branches/1.6.1: ./ Makefile.rules

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Apr 28 09:13:25 CDT 2009


Author: kpfleming
Date: Tue Apr 28 09:13:22 2009
New Revision: 190863

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=190863
Log:
Merged revisions 190861 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r190861 | kpfleming | 2009-04-28 09:12:09 -0500 (Tue, 28 Apr 2009) | 5 lines
  
  Remove Makefile rules for bison and flex sources
  
  We never, ever want these files to processed automatically, because we store the output files in Subversion and users should never need to rebuild them.
........

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/Makefile.rules

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/Makefile.rules
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.1/Makefile.rules?view=diff&rev=190863&r1=190862&r2=190863
==============================================================================
--- branches/1.6.1/Makefile.rules (original)
+++ branches/1.6.1/Makefile.rules Tue Apr 28 09:13:22 2009
@@ -106,14 +106,6 @@
 	$(ECHO_PREFIX) echo "   [CPP] $< -> $@"
 	$(CMD_PREFIX) $(CXX) -o $@ -E $< $(CXX_CFLAGS) $(MAKE_DEPS)
 
-%.c: %.y
-	$(ECHO_PREFIX) echo "   [BISON] $< -> $@"
-	$(CMD_PREFIX) bison -o $@ -d --name-prefix=ast_yy $<
-
-%.c: %.fl
-	$(ECHO_PREFIX) echo "   [FLEX] $< -> $@"
-	$(CMD_PREFIX) flex -o $@ --full $<
-
 %.so: %.o
 	$(ECHO_PREFIX) echo "   [LD] $^ -> $@"
 	$(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(CC_LDFLAGS_SO) $^ $(CC_LIBS)




More information about the asterisk-commits mailing list