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 | c338330f066e3fe6903158ad6536d71a70cf1daa (patch) | |
tree | e22b83c64eb5fbf9ba0e0e037565b4a49f5deab9 /Makefile | |
parent | 1497ee718256ff48c65ebcb0ddea633c6628eb69 (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) \ |