Revision 1787
Added by Aaron Marcuse-Kubitza over 12 years ago
input.Makefile | ||
---|---|---|
162 | 162 |
|
163 | 163 |
# Via maps cleanup |
164 | 164 |
ifneq ($(filter maps/.%.last_cleanup,$(MAKECMDGOALS)),) |
165 |
maps/.$(via).%.csv.last_cleanup: maps/$(via).%.csv $(coreSelfMap)
|
|
165 |
maps/.$(via).%.csv.last_cleanup: maps/$(via).%.csv $(coreMap) |
|
166 | 166 |
$(bin)/in_place $< $(bin)/subtract $(word 2,$+) 0 1 |
167 | 167 |
touch $@ |
168 | 168 |
# default: |
Also available in: Unified diff
input.Makefile: Maps building: Via maps cleanup: Subtract $(coreMap) instead of $(coreSelfMap) so that entries whose input and output maps to the same place are subtracted as well