Project

General

Profile

« Previous | Next » 

Revision 4850

mappings/Makefile: .VegCore.csv.last_cleanup: Fixed bug where needed to change sorting columns to match new column order

View differences:

Makefile
21 21

  
22 22
ifneq ($(filter .%.last_cleanup,$(MAKECMDGOALS)),)
23 23

  
24
.VegCore.csv.last_cleanup .Veg+.unmapped_terms.csv.last_cleanup: \
25
.%.last_cleanup: %
24
.VegCore.csv.last_cleanup: .%.last_cleanup: %
25
	$(bin)/in_place $< $(bin)/sort 2 0
26
	touch $@
27

  
28
.Veg+.unmapped_terms.csv.last_cleanup: .%.last_cleanup: %
26 29
	$(bin)/in_place $< $(bin)/sort_map
27 30
	touch $@
28 31

  

Also available in: Unified diff