Changeset: b1c88a9a8862 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b1c88a9a8862
Modified Files:
        buildtools/autogen/autogen/codegen.py
Branch: Jun2010
Log Message:

Backport of commit 6745c8049da0

make sure we build sql from mx files

author  Niels Nes <[email protected]>
date    Fri May 07 16:56:46 2010 +0200 (6 days ago)


diffs (27 lines):

diff -r 4f55afd12fc1 -r b1c88a9a8862 buildtools/autogen/autogen/codegen.py
--- a/buildtools/autogen/autogen/codegen.py     Thu May 13 19:21:27 2010 +0200
+++ b/buildtools/autogen/autogen/codegen.py     Thu May 13 19:23:00 2010 +0200
@@ -38,6 +38,7 @@
 mx2cfg = re.compile("^...@cfg[ \t\r\n]+", re.MULTILINE)
 mx2tcl = re.compile("^...@tcl[ \t\r\n]+", re.MULTILINE)
 mx2swig = re.compile("^...@swig[ \t\r\n]+", re.MULTILINE)
+mx2sql = re.compile("^...@sql[ \t\r\n]+", re.MULTILINE)
 mx2java = re.compile("^...@java[ \t\r\n]+", re.MULTILINE)
 mx2xsl = re.compile("^...@xsl[ \t\r\n]+", re.MULTILINE)
 mx2sh = re.compile("^...@sh[ \t\r\n]+", re.MULTILINE)
@@ -57,6 +58,7 @@
                   (mx2cfg, '.cfg'),
                   (mx2fgr, '.fgr'),
                   (mx2tcl, '.tcl'),
+                  (mx2sql, '.sql'),
                   (mx2swig, '.i'),
                   (mx2java, '.java'),
                   (mx2xsl, '.xsl'),
@@ -76,6 +78,7 @@
                   (mx2fgr, '.fgr'),
                   (mx2cfg, '.cfg'),
                   (mx2tcl, '.tcl'),
+                  (mx2sql, '.sql'),
                   (mx2swig, '.i'),
                   (mx2java, '.java'),
                   (mx2xsl, '.xsl'),
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to