Project

General

Profile

« Previous | Next » 

Revision 5084

lib/common.Makefile: rsync: Added $(rsync*) to rsync all files, including those starting with "."

View differences:

lib/common.Makefile
33 33
addDir = $(if $(wildcard $(1)/),svn add --depth=empty $(1),svn mkdir $(1))
34 34

  
35 35
# rsync
36
rsync := "time" rsync$(if $(test), --dry-run) --archive --update --verbose\
37
--itemize-changes --progress --exclude=".*"
36
rsync* := "time" rsync$(if $(test), --dry-run) --archive --update --verbose\
37
--itemize-changes --progress
38
rsync := $(rsync*) --exclude=".*"
38 39
local := ./
39 40
localDirName := $(notdir $(realpath $(local)))
40 41
remote := $(src_user)@$(src_server):/home/bien/svn/$(localDirName)/

Also available in: Unified diff