Project

General

Profile

« Previous | Next » 

Revision 5483

lib/common.Makefile: Added $(comma)

View differences:

common.Makefile
9 9
# Make
10 10
null :=
11 11
space := $(null) $(null)
12
comma := ,
12 13
pathParts = $(shell path="$(1)"; echo "$${path%%/*}" "$${path\#*/}")
13 14
topDir = $(word 1,$(pathParts))
14 15
subPath = $(word 2,$(pathParts))

Also available in: Unified diff