Revision 7385
Added by Aaron Marcuse-Kubitza almost 12 years ago
lib/common.Makefile | ||
---|---|---|
23 | 23 |
sed = sed -$(if $(filter Darwin,$(os)),E,r) |
24 | 24 |
_2Space = $(subst _,$(space),$(1)) |
25 | 25 |
*2Space = $(call _2Space,$*) |
26 |
ucase = $(shell echo "$(1)"|tr "[a-z]" "[A-Z]") |
|
27 |
ci = $(1) $(ucase) |
|
26 | 28 |
|
27 | 29 |
# Filesystem |
28 | 30 |
wildcard/ = $(shell bash -c 'shopt -s nullglob; echo $(1)') |
Also available in: Unified diff
lib/common.Makefile: Added $(ucase) and $(ci)