Project

General

Profile

« Previous | Next » 

Revision 5898

input.Makefile: Staging tables installation: Treat any .sql file whose name contains (not just ends with) "schema" as a schema file and sort it before other .sql files

View differences:

inputs/input.Makefile
170 170

  
171 171
srcTable := %.src
172 172

  
173
dbExports := $(sort $(wildcard *schema.sql))# schemas first
173
dbExports := $(sort $(wildcard *schema*.sql))# schemas first
174 174
ifeq ($(schema_only),)
175 175
dbExports += $(sort $(filter-out $(dbExports),$(wildcard *.sql)))# all others
176 176
endif

Also available in: Unified diff