Revision 4131
Added by Aaron Marcuse-Kubitza over 12 years ago
input.Makefile | ||
---|---|---|
182 | 182 |
# Autogen src maps with known table names |
183 | 183 |
src/%/src.csv: _always |
184 | 184 |
$(if $(wildcard $@),,$(if $(isCsv),$(mkSrcMap))) |
185 |
+$(if $(isCsv),$(selfMake) $(@:src/%/src.csv=src/%/.map.csv.last_cleanup))
|
|
185 |
+$(if $(isCsv),$(selfMake) $(@:src/%/src.csv=src/%/.src.csv.last_cleanup))
|
|
186 | 186 |
# only build if doesn't exist |
187 | 187 |
# only build if CSV srcs exist for that table name |
188 | 188 |
endif |
Also available in: Unified diff
input.Makefile: Src maps cleanup: Fixed bug where src.csv was using .map.csv.last_cleanup instead of .src.csv.last_cleanup as its .last_cleanup file