Revision 7381
Added by Aaron Marcuse-Kubitza almost 12 years ago
lib/common.Makefile | ||
---|---|---|
31 | 31 |
+w = $(wildcard $+)# existing items in $+ |
32 | 32 |
CP := cp -p |
33 | 33 |
cp = $(CP) $< $@ |
34 |
mkdir = $(if $(wildcard $(1)),,mkdir -p $(1)) |
|
34 | 35 |
|
35 | 36 |
# File editing |
36 | 37 |
sudoAppend = echo $$'$(2)'|sudo tee -a $(1) >/dev/null |
Also available in: Unified diff
lib/common.Makefile: Added $(mkdir)