Revision 4472
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/input.Makefile | ||
---|---|---|
305 | 305 |
|
306 | 306 |
##### Maps validation |
307 | 307 |
|
308 |
# `env -i sort`: use system's sort, not bin/sort |
|
308 | 309 |
missingMappingsCmd = +$(selfMake) remake 2>&1\ |
309 | 310 |
|$(SED) -n 's/^.*No $(*2Space) mapping for (.*)$$/\1/p'|$(SED) 's/\/_.*//'\ |
310 |
$(if $(filter non-empty_join,$*),|$(bin)/ucase_first 0)|sort|uniq |
|
311 |
$(if $(filter non-empty_join,$*),|$(bin)/ucase_first 0)|env -i sort|uniq
|
|
311 | 312 |
|
312 | 313 |
include $(root)/lib/mappings.Makefile |
313 | 314 |
|
Also available in: Unified diff
input.Makefile: Maps validation: $(missingMappingsCmd): Fixed bug where need to use system's sort, not bin/sort, now that bin/ is added to the PATH by this makefile