X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=09fb9e214b5a39ddae399bf530c20a036be8933f;hb=6f0db1c8e69c4e51b6af1fb74e6e9811e4a8bffe;hp=f5996ee1b52064d3f96e40304bbb88d193bc04cd;hpb=a869b6b1e66606b97fc654001275bb50b9f63206;p=nodemanager.git diff --git a/Makefile b/Makefile index f5996ee..09fb9e2 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ tags: # specify TESTMASTER and BUILD if the key is not available yet LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' -RSYNC_EXCLUDES := --exclude .svn --exclude CVS --exclude '*~' --exclude TAGS $(LOCAL_RSYNC_EXCLUDES) +RSYNC_EXCLUDES := --exclude .git --exclude .svn --exclude '*~' --exclude TAGS $(LOCAL_RSYNC_EXCLUDES) RSYNC_COND_DRY_RUN := $(if $(findstring n,$(MAKEFLAGS)),--dry-run,) RSYNC := rsync -e "ssh -i $(NODE).key.rsa" -a -v $(RSYNC_COND_DRY_RUN) $(RSYNC_EXCLUDES)