Revision 5805
Added by Aaron Marcuse-Kubitza about 12 years ago
input.Makefile | ||
---|---|---|
166 | 166 |
|
167 | 167 |
srcTable := %.src |
168 | 168 |
|
169 |
dbExports := $(sort $(wildcard *.schema.sql))# schemas first
|
|
169 |
dbExports := $(sort $(wildcard *schema.sql))# schemas first |
|
170 | 170 |
dbExports += $(sort $(filter-out $(dbExports),$(wildcard *.sql)))# all others |
171 | 171 |
dbExports := $(strip $(dbExports))# += adds extra whitespace |
172 | 172 |
allInstalls := $(if $(dbExports),sql) $(allTables) |
Also available in: Unified diff
input.Makefile: Staging tables installation: $(dbExports): When putting schemas first, don't require a . before "schema" to allow the entire filename to be schema.sql