Revision 7569
Added by Aaron Marcuse-Kubitza about 12 years ago
lib/common.Makefile | ||
---|---|---|
77 | 77 |
version ?= r$(rootRevision) |
78 | 78 |
|
79 | 79 |
# rsync |
80 |
rsync* := "time" rsync$(if $(test), --dry-run) --archive --update --verbose\
|
|
81 |
--itemize-changes --progress |
|
80 |
rsync* := "time" rsync$(if $(test), --dry-run) --archive --no-group --update \
|
|
81 |
--verbose --itemize-changes --progress
|
|
82 | 82 |
rsync := $(rsync*) --exclude=".svn/" --exclude="*\#" --exclude=".DS_Store" |
83 | 83 |
local := ./ |
84 | 84 |
localDirName := $(notdir $(realpath $(local))) |
Also available in: Unified diff
lib/common.Makefile: rsync: $(rsync*): Use --no-group because the file group is different depending on the machine