Revision 4612
Added by Aaron Marcuse-Kubitza about 12 years ago
input.Makefile | ||
---|---|---|
329 | 329 |
%/new_terms.csv: %/map.csv $(vocab) |
330 | 330 |
$(call newTerms,0) |
331 | 331 |
|
332 |
# `env -i sort`: use system's sort, not bin/sort |
|
333 |
missingMappingsCmd = +$(selfMake) remake 2>&1\ |
|
334 |
|$(SED) -n 's/^.*No $(*2Space) mapping for (.*)$$/\1/p'|$(SED) 's/\/_.*//'\ |
|
335 |
$(if $(filter non-empty_join,$*),|$(bin)/ucase_first 0)|env -i sort|uniq |
|
336 |
|
|
337 | 332 |
termsSubdirs := $(tables) |
338 | 333 |
|
339 | 334 |
include $(root)/lib/mappings.Makefile |
Also available in: Unified diff
input.Makefile: Maps validation: Removed no longer used $(missingMappingsCmd)