From: Thierry Parmentelat Date: Thu, 29 May 2008 15:21:45 +0000 (+0000) Subject: cosmetic X-Git-Tag: PLCAPI-4.3-1~42 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8ad36a5f88bbc31972107fb83483555b948bc361;p=plcapi.git cosmetic --- diff --git a/Makefile b/Makefile index 9f98d2a6..7c845125 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,9 @@ force: tags: find . '(' -name '*.py' -o -name '*.sql' -o -name '*.php' -o -name Makefile ')' | xargs etags -########## make sync PLCHOST=hostname +.PHONY: tags + +########## make sync PLCHOST=hostname VSERVER=vservername ifdef PLCHOST ifdef VSERVER PLCSSH:=root@$(PLCHOST):/vservers/$(VSERVER)