Merge pull request #1041 from bowlofeggs/build-remote-when-needed

Only build ssh keys when needed
pull/1050/head
Tim Stack 2 years ago committed by GitHub
commit aee33d6929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -479,7 +479,7 @@ DISTCLEANFILES = \
empty \
scripts-empty
all-local: remote/ssh_host_dsa_key remote/ssh_host_rsa_key remote/id_rsa
test_remote.sh.log: remote/ssh_host_dsa_key remote/ssh_host_rsa_key remote/id_rsa
distclean-local:
$(RM_V)rm -rf remote remote-tmp not:a:remote:dir

Loading…
Cancel
Save