Project

General

Profile

« Previous | Next » 

Revision 5877

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`

View differences:

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