X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FMakefile;h=61be534550c7a40a5becabbd3910b4f01043586e;hb=9e5cba850b98b3b1fb5c9f51b94523eb29689d98;hp=6830c5c85bde652106efd0755757ef197cc6e9fc;hpb=e7ad41f3634ef669eab234044e1f232542e03ae9;p=tests.git diff --git a/system/Makefile b/system/Makefile index 6830c5c..61be534 100644 --- a/system/Makefile +++ b/system/Makefile @@ -1,5 +1,5 @@ tags: - find . '(' -name '*.py' -o -name 'qemu-*' ')' | grep -v '.svn/' | xargs etags + find . '(' -name '*.py' -o -name 'qemu-*' ')' | grep -v '.git/' | xargs etags .PHONY: tags @@ -12,8 +12,8 @@ ifdef BUILD PLCSSH:=root@$(TESTMASTER):$(BUILD) endif -LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude 'arg*' -RSYNC_EXCLUDES := --exclude .svn --exclude CVS --exclude '*~' --exclude TAGS $(LOCAL_RSYNC_EXCLUDES) +LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude 'arg*' --exclude LocalTestResources.py +RSYNC_EXCLUDES := --exclude .git --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 - - -