Revision 3756
Added by Aaron Marcuse-Kubitza over 12 years ago
common.Makefile | ||
---|---|---|
18 | 18 |
addDir = $(if $(wildcard $(1)/),svn add --depth=empty $(1),svn mkdir $(1)) |
19 | 19 |
|
20 | 20 |
# rsync |
21 |
rsync := rsync$(if $(test), --dry-run) --archive --update --verbose\ |
|
21 |
rsync := "time" rsync$(if $(test), --dry-run) --archive --update --verbose\
|
|
22 | 22 |
--itemize-changes --progress --exclude=".*" |
23 | 23 |
local := ./ |
24 | 24 |
localDirName := $(notdir $(realpath $(local))) |
Also available in: Unified diff
lib/common.Makefile: rsync: Time the rsync operation