Revision 4134
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/input.Makefile | ||
---|---|---|
174 | 174 |
mkSrcMap = $(catSrcs)|(. $(srcRoot); env datasrc=$(datasrc) $(bin)/src_map >$@) |
175 | 175 |
|
176 | 176 |
# Src maps cleanup |
177 |
ifneq ($(filter src/%/.map.csv.last_cleanup,$(MAKECMDGOALS)),)
|
|
177 |
ifneq ($(filter src/%/.src.csv.last_cleanup,$(MAKECMDGOALS)),)
|
|
178 | 178 |
src/%/.src.csv.last_cleanup: src/%/src.csv |
179 | 179 |
$(bin)/in_place $< $(bin)/cols + |
180 | 180 |
touch $@ |
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