From: Igor Maravic <[email protected]> Hi, I removed files in individual patches. 10th patch is where I introduced auto generation of lex and yacc files BR Igor
Igor Maravic (10): xorp: rtrmgr: Removed y.tplt_tab.h xorp: rtrmgr: Removed y.tplt_tab.cc xorp: rtrmgr: Removed y.opcmd_tab.h xorp: rtrmgr: Removed y.opcmd_tab.cc xorp: rtrmgr: Removed y.boot_tab.c xorp: rtrmgr: Removed y.boot_tab.h xorp: rtrmgr: Removed lex.tplt.cc xorp: rtrmgr: Removed lex.boot.cc xorp: rtrmgr: Removed lex.opcmd.cc xorp: Automatically generate lex and yacc files xorp/rtrmgr/SConscript | 79 +- xorp/rtrmgr/boot.ll | 6 +- xorp/rtrmgr/boot.yy | 64 +- xorp/rtrmgr/lex.boot.cc |10991 ----------------------------------- xorp/rtrmgr/lex.opcmd.cc | 1830 ------ xorp/rtrmgr/lex.tplt.cc |10216 -------------------------------- xorp/rtrmgr/op_commands.cc | 8 +- xorp/rtrmgr/op_commands.ll | 4 +- xorp/rtrmgr/op_commands.yy | 132 +- xorp/rtrmgr/template.ll | 4 +- xorp/rtrmgr/template.yy | 97 +- xorp/rtrmgr/y.boot_tab.cc | 890 --- xorp/rtrmgr/y.boot_tab.h | 28 - xorp/rtrmgr/y.opcmd_tab.cc | 954 --- xorp/rtrmgr/y.opcmd_tab.h | 19 - xorp/rtrmgr/y.tplt_tab.cc | 1081 ---- xorp/rtrmgr/y.tplt_tab.h | 48 - xorp/site_scons/config/allconfig.py | 15 + 18 files changed, 295 insertions(+), 26171 deletions(-) delete mode 100644 xorp/rtrmgr/lex.boot.cc delete mode 100644 xorp/rtrmgr/lex.opcmd.cc delete mode 100644 xorp/rtrmgr/lex.tplt.cc delete mode 100644 xorp/rtrmgr/y.boot_tab.cc delete mode 100644 xorp/rtrmgr/y.boot_tab.h delete mode 100644 xorp/rtrmgr/y.opcmd_tab.cc delete mode 100644 xorp/rtrmgr/y.opcmd_tab.h delete mode 100644 xorp/rtrmgr/y.tplt_tab.cc delete mode 100644 xorp/rtrmgr/y.tplt_tab.h -- 1.7.5.4 _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
