From 9e07b381a8685ee9566de5604b4fa4dba6b8b0a5 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 27 Sep 2010 10:06:04 +0200 Subject: [PATCH] don't sync LocalTestResources.py --- system/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Makefile b/system/Makefile index 6830c5c..e542c4e 100644 --- a/system/Makefile +++ b/system/Makefile @@ -12,7 +12,7 @@ ifdef BUILD PLCSSH:=root@$(TESTMASTER):$(BUILD) endif -LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude 'arg*' +LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude 'arg*' --exclude LocalTestResources.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.47.0