Revision 3821
Added by Aaron Marcuse-Kubitza over 12 years ago
input.Makefile | ||
---|---|---|
249 | 249 |
##### Maps validation |
250 | 250 |
|
251 | 251 |
missingMappingsCmd = +$(selfMake) remake 2>&1\ |
252 |
|$(SED) -n 's/^.*No $(*2Space) mapping for ([0-9A-Za-z_-]+).*$$/\1/p'\
|
|
252 |
|$(SED) -n 's/^.*No $(*2Space) mapping for (.*)$$/\1/p'|$(SED) 's/\/_.*//'\
|
|
253 | 253 |
$(if $(filter non-empty_join,$*),|$(bin)/ucase_first 0)|sort|uniq |
254 | 254 |
|
255 | 255 |
include $(root)/lib/mappings.Makefile |
Also available in: Unified diff
input.Makefile: Maps validation: $(missingMappingsCmd): Support non-DwC mappings by matching entire line containing mapping, not just word characters. Remove any XML function so that merging of non-empty join mappings still works properly.