Revision 5898
Added by Aaron Marcuse-Kubitza about 12 years ago
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
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