Revision 5877
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/input.Makefile | ||
---|---|---|
205 | 205 |
($(inDatasrc); cat $+|grep -vF 'SET search_path')|"time" $(psqlAsBien) \ |
206 | 206 |
--set=schema='"$(datasrc)"' $(logInstallRoot) |
207 | 207 |
|
208 |
# Must come before `%.sql: _MySQL/%.sql` to override it |
|
209 |
%.sql: %.sql.make |
|
210 |
$(make_script) |
|
211 |
|
|
208 | 212 |
# The export must be created with: |
209 | 213 |
# `--compatible=postgresql --add-locks=false --set-charset --no-create-info` |
210 | 214 |
# Must come before `%.sql: _MySQL/%.sql` to override it |
Also available in: Unified diff
input.Makefile: Fixed bug where _MySQL/%.sql files weren't being built from associated .make files by adding special `%.sql: .sql.make` rule to override `.sql: _MySQL/%.sql`