Project

General

Profile

« Previous | Next » 

Revision 533

Generate MySQL DDL schemas/vegbien.my.sql from vegbien.sql

View differences:

Makefile
5 5

  
6 6
#####
7 7

  
8
all = vegbien.sql vegbien_empty.sql
8
all = vegbien.sql vegbien_empty.sql vegbien.my.sql
9 9

  
10 10
all: _always $(all) ;
11 11

  
......
32 32

  
33 33
%_empty.sql: %.sql
34 34
	$(empty)
35

  
36
#####
37

  
38
%.my.sql: %.sql ../lib/PostgreSQL-MySQL.csv
39
	../bin/repl <$+ >$@

Also available in: Unified diff