Project

General

Profile

1
ifndef termsSubdirs
2
$(error $$(termsSubdirs) required)
3
endif
4

    
5
missing_mappings: _always unmapped_terms.csv new_terms.csv ;
6

    
7
catTerms = $(if $(+w),cat $(+w)|env -i sort -u >$@; $(bin)/autoremove $@)
8

    
9
unmapped_terms.csv: $(termsSubdirs:%=%/unmapped_terms.csv)
10
	$(catTerms)
11

    
12
new_terms.csv: $(termsSubdirs:%=%/new_terms.csv)
13
	$(catTerms)
(20-20/40)