diff options
author | tv <tv@krebsco.de> | 2016-02-12 23:20:50 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-12 23:20:50 +0100 |
commit | 20ed2b65d438b22e6d3bf241f3ef7f672776ac15 (patch) | |
tree | d572ae8c1e86060c95c59c56e7680c4d2f4dfd3b /Makefile | |
parent | c52f93fefbca524dd21eea2b65fc3e504b080e19 (diff) |
make install: make ssh configurable
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ eval eval.:;@$(call evaluate) eval.%:;@$(call evaluate,-A $*) # usage: make install system=foo [target_host=bar] -install: ssh = ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null +install: ssh ?= ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null install: $(ssh) $(target_user)@$(target_host) \ env target_path=$(target_path) \ |