Revision 4614
Added by Aaron Marcuse-Kubitza over 12 years ago
mappings.Makefile | ||
---|---|---|
3 | 3 |
endif |
4 | 4 |
|
5 | 5 |
missing_mappings: _always unmapped_terms.csv new_terms.csv ; |
6 |
$(if $(+w),tail -n +1 $(+w)) |
|
6 | 7 |
|
7 | 8 |
catTerms = $(if $(+w),cat $(+w)|env -i sort -u >$@; $(bin)/autoremove $@) |
8 | 9 |
|
Also available in: Unified diff
lib/mappings.Makefile: missing_mappings: Display unmapped_terms.csv, new_terms.csv after generating them, to preserve the behavior of the original missing_mappings