X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=7cb8a6563e76946d207899f677796ef251d1152f;hb=7c0b07d9565ea0a4f47702dfc63eb6ffda1db182;hp=241c8bf27a2cf5e213258774cc88d049767d8b1c;hpb=813c932b48911f147d70cd2a0782b2a077926058;p=bootmanager.git diff --git a/Makefile b/Makefile index 241c8bf..7cb8a65 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ PLCSSH:=root@$(PLCHOST):/vservers/$(VSERVER) endif endif -LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' +LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude debug_root_ssh_key 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)