Revision 5483
Added by Aaron Marcuse-Kubitza about 12 years ago
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
lib/common.Makefile: Added $(comma)