Revision 3792
Added by Aaron Marcuse-Kubitza over 12 years ago
lib/common.Makefile | ||
---|---|---|
20 | 20 |
_2Space = $(subst _,$(space),$(1)) |
21 | 21 |
*2Space = $(call _2Space,$*) |
22 | 22 |
|
23 |
# Filesystem |
|
24 |
CP = cp -p |
|
25 |
|
|
23 | 26 |
# SVN |
24 | 27 |
addDir = $(if $(wildcard $(1)/),svn add --depth=empty $(1),svn mkdir $(1)) |
25 | 28 |
|
Also available in: Unified diff
lib/common.Makefile: Added $(CP)