X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FMakefile;h=61be534550c7a40a5becabbd3910b4f01043586e;hb=c60ee8339624903382f0fa98e9afc552bbedc90d;hp=35dd05e8bb2a9306ab807f33ce37f17780ceee0b;hpb=75af8c384b69b82a5e9782c9c0ea16338a26f0fd;p=tests.git diff --git a/system/Makefile b/system/Makefile index 35dd05e..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 @@ -13,7 +13,7 @@ PLCSSH:=root@$(TESTMASTER):$(BUILD) endif LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude 'arg*' --exclude LocalTestResources.py -RSYNC_EXCLUDES := --exclude .svn --exclude CVS --exclude '*~' --exclude TAGS $(LOCAL_RSYNC_EXCLUDES) +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)