From 7b33b8f8df5d7d9c1648f8113fa5dd7bf956f50e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 24 Nov 2010 20:45:13 +0100 Subject: [PATCH] don't sync remote site local accessors --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c459e85c..4a634f3c 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ SSHURL:=root@$(PLC):/ SSHCOMMAND:=ssh root@$(PLC) endif -LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' +LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude Accessors_site.py RSYNC_EXCLUDES := --exclude .svn --exclude CVS --exclude '*~' --exclude TAGS $(LOCAL_RSYNC_EXCLUDES) RSYNC_COND_DRY_RUN := $(if $(findstring n,$(MAKEFLAGS)),--dry-run,) RSYNC := rsync -a -v $(RSYNC_COND_DRY_RUN) $(RSYNC_EXCLUDES) -- 2.45.2