clearer comments on how the newint stuff is used
[tests.git] / system / Makefile
index 6830c5c..35dd05e 100644 (file)
@@ -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)
@@ -24,6 +24,3 @@ ifeq (,$(PLCSSH))
 else
        +$(RSYNC) ./ $(PLCSSH)
 endif
-
-
-