[openssh-commits] [openssh] 02/03: upstream: Remove ssh1 files from CLEANFILES since ssh1 no longer
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jul 17 11:04:39 AEST 2019
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 1254fcbb2f005f745f2265016ee9fa52e16d37b0
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Jul 16 03:21:54 2019 +0000
upstream: Remove ssh1 files from CLEANFILES since ssh1 no longer
supported.
OpenBSD-Regress-ID: 5b9ae869dc669bac05939b4a2fdf44ee067acfa0
---
regress/Makefile | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/regress/Makefile b/regress/Makefile
index 77f7e5f1..daaa10c5 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.102 2019/07/16 02:09:29 dtucker Exp $
+# $OpenBSD: Makefile,v 1.103 2019/07/16 03:21:54 dtucker Exp $
REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec
tests: prep $(REGRESS_TARGETS)
@@ -109,9 +109,8 @@ CLEANFILES= *.core actual agent-key.* authorized_keys_${USERNAME} \
key.ed25519-512.pub key.rsa-* keys-command-args kh.* \
known_hosts known_hosts-cert known_hosts.* krl-* ls.copy \
modpipe netcat no_identity_config \
- pidfile putty.rsa2 ready regress.log \
- remote_pid revoked-* rsa rsa-agent rsa-agent.pub rsa.pub \
- rsa1 rsa1-agent rsa1-agent.pub rsa1.pub rsa_ssh2_cr.prv \
+ pidfile putty.rsa2 ready regress.log remote_pid \
+ revoked-* rsa rsa-agent rsa-agent.pub rsa.pub rsa_ssh2_cr.prv \
rsa_ssh2_crnl.prv scp-ssh-wrapper.exe \
scp-ssh-wrapper.scp setuid-allowed sftp-server.log \
sftp-server.sh sftp.log ssh-log-wrapper.sh ssh.log \
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list