Project

General

Profile

« Previous | Next » 

Revision 7385

lib/common.Makefile: Added $(ucase) and $(ci)

View differences:

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