Only build ssh keys when needed

I believe the test/remote folder only needs to be setup for
test/test_remote.sh. Prior to this commit, it was being built during
make, rather than just during make check. This commit adjusts things so
that the test/remote folder is only generated during make check, and
only when test/test_remote.sh is being executed.

Fixes #1040

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2022-09-04 00:03:33 -04:00
parent 7309352c97
commit b16833392b
No known key found for this signature in database
GPG Key ID: 8BDEA098CD242B7A
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,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