Project

General

Profile

« Previous | Next » 

Revision 1126

Rename join_sort to join_union_sort and have it run union in ignore mode. This will automatically append the joined map when the input map is a derivative of the joined map, such as for NYBG-DwC.

View differences:

input.Makefile
88 88
all += $(autogenMaps)
89 89

  
90 90
maps/VegBIEN.%.csv: maps/$(via).%.csv $(coreMap)
91
	$(root)/bin/join_sort <$+ >$@
91
	$(root)/bin/join_union_sort <$+ >$@
92 92
.PRECIOUS: maps/VegBIEN.%.csv $(coreMap)
93 93

  
94 94
##### Mapping

Also available in: Unified diff