X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=7cb8a6563e76946d207899f677796ef251d1152f;hb=refs%2Fheads%2F4.3;hp=a454de0c6745bd72bcdfb4fbba417c3ded8e91cf;hpb=d027bde0cf139ab8e480f0b80cfc9b67214f342d;p=bootmanager.git diff --git a/Makefile b/Makefile index a454de0..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) @@ -27,3 +27,5 @@ endif ########## tags: find . '(' -name '*.py' -o -name '*.spec' ')' | xargs etags + +.PHONY: tags