Revision 4136
Added by Aaron Marcuse-Kubitza over 12 years ago
common.Makefile | ||
---|---|---|
21 | 21 |
*2Space = $(call _2Space,$*) |
22 | 22 |
|
23 | 23 |
# Filesystem |
24 |
wildcard/ = $(shell echo $(1)|grep -vF '*')# emulate `shopt -s nullglob` |
|
25 |
# needed because builtin $(wildcard) doesn't do / suffix correctly |
|
24 | 26 |
CP := cp -p |
25 | 27 |
cp = $(CP) $< $@ |
26 | 28 |
|
Also available in: Unified diff
lib/common.Makefile: Added $(wildcard/) (needed because builtin $(wildcard) doesn't do / suffix correctly)