Revision 1800
Added by Aaron Marcuse-Kubitza almost 13 years ago
input.Makefile | ||
---|---|---|
198 | 198 |
missing_%_mappings: _always # stem is one of join|input |
199 | 199 |
@echo $(emph)"Missing $* mappings:"$(endEmph) |
200 | 200 |
@+$(selfMake) remake 2>&1\ |
201 |
|$(SED) -n 's/^.*No $* mapping for ([0-9A-Za-z_-]+).*$$/\1/p'\ |
|
201 |
|$(SED) -n 's/^.*No.* $* mapping for ([0-9A-Za-z_-]+).*$$/\1/p'\
|
|
202 | 202 |
$(if $(filter join,$*),|$(bin)/ucase_first 0)|sort|uniq |
203 | 203 |
|
204 | 204 |
##### External dependencies |
Also available in: Unified diff
join: Also print "No join mapping" warning if a join mapping was found but it was empty. The warning in that case is actually "No non-empty join mapping" to distinguish it from a mapping that's missing entirely. input.Makefile: missing_mappings: Support new "No join mapping" error message.