Revision 1790
Added by Aaron Marcuse-Kubitza over 12 years ago
inputs/input.Makefile | ||
---|---|---|
164 | 164 |
# Via maps cleanup |
165 | 165 |
ifneq ($(filter maps/.%.last_cleanup,$(MAKECMDGOALS)),) |
166 | 166 |
maps/.$(via).%.csv.last_cleanup: maps/$(via).%.csv $(coreMap) |
167 |
$(bin)/in_place $< $(bin)/subtract $(word 2,$+) 0 1 |
|
167 |
$(bin)/in_place $< env ignore=1 $(bin)/subtract $(word 2,$+) 0 1
|
|
168 | 168 |
touch $@ |
169 | 169 |
# default: |
170 | 170 |
maps/.$(via).%.csv.last_cleanup: ; |
Also available in: Unified diff
input.Makefile: Maps building: Via maps cleanup: Added `env ignore=1` since with the switch to subtracting $(coreMap), all inputs will attempt to subtract some map, even if it's not subtractable