Project

General

Profile

« Previous | Next » 

Revision 4424

input.Makefile: Staging tables installation: $(dbExports): Don't consider MySQL DB exports as part of the DB exports that get installed, because they are not directly installable

View differences:

input.Makefile
168 168

  
169 169
##### Staging tables installation
170 170

  
171
dbExports := $(wildcard *.sql)
171
dbExports := $(filter-out %.my.sql,$(wildcard *.sql))
172 172
allInstalls := $(dbExports) $(allTables)
173 173

  
174 174
install: _always schema $(allInstalls:%=%/install) ;

Also available in: Unified diff