[svn-commits] kpfleming: branch 1.6.0 r190862 - in /branches/1.6.0: ./ Makefile.rules

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Apr 28 09:12:56 CDT 2009


Author: kpfleming
Date: Tue Apr 28 09:12:53 2009
New Revision: 190862

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=190862
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.0/   (props changed)
    branches/1.6.0/Makefile.rules

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

Modified: branches/1.6.0/Makefile.rules
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.0/Makefile.rules?view=diff&rev=190862&r1=190861&r2=190862
==============================================================================
--- branches/1.6.0/Makefile.rules (original)
+++ branches/1.6.0/Makefile.rules Tue Apr 28 09:12:53 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 svn-commits mailing list