mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-24 02:02:10 +08:00
- (tim) [Makefile.in] test the ECC bits if we have the capability. ok djm
This commit is contained in:
parent
1708cb7d0d
commit
cce927c25f
@ -1,5 +1,6 @@
|
|||||||
20110213
|
20110213
|
||||||
- (djm) [misc.c] include time.h for nanosleep() prototype
|
- (djm) [misc.c] include time.h for nanosleep() prototype
|
||||||
|
- (tim) [Makefile.in] test the ECC bits if we have the capability. ok djm
|
||||||
|
|
||||||
20110212
|
20110212
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile.in,v 1.315 2011/01/08 22:19:53 djm Exp $
|
# $Id: Makefile.in,v 1.316 2011/01/13 03:06:38 tim Exp $
|
||||||
|
|
||||||
# uncomment if you run a non bourne compatable shell. Ie. csh
|
# uncomment if you run a non bourne compatable shell. Ie. csh
|
||||||
#SHELL = @SH@
|
#SHELL = @SH@
|
||||||
@ -407,6 +407,7 @@ tests interop-tests: $(TARGETS)
|
|||||||
TEST_SSH_PUTTYGEN="puttygen"; \
|
TEST_SSH_PUTTYGEN="puttygen"; \
|
||||||
TEST_SSH_CONCH="conch"; \
|
TEST_SSH_CONCH="conch"; \
|
||||||
TEST_SSH_IPV6="@TEST_SSH_IPV6@" ; \
|
TEST_SSH_IPV6="@TEST_SSH_IPV6@" ; \
|
||||||
|
TEST_SSH_ECC="@TEST_SSH_ECC@" ; \
|
||||||
cd $(srcdir)/regress || exit $$?; \
|
cd $(srcdir)/regress || exit $$?; \
|
||||||
$(MAKE) \
|
$(MAKE) \
|
||||||
.OBJDIR="$${BUILDDIR}/regress" \
|
.OBJDIR="$${BUILDDIR}/regress" \
|
||||||
@ -427,7 +428,8 @@ tests interop-tests: $(TARGETS)
|
|||||||
TEST_SSH_PLINK="$${TEST_SSH_PLINK}" \
|
TEST_SSH_PLINK="$${TEST_SSH_PLINK}" \
|
||||||
TEST_SSH_PUTTYGEN="$${TEST_SSH_PUTTYGEN}" \
|
TEST_SSH_PUTTYGEN="$${TEST_SSH_PUTTYGEN}" \
|
||||||
TEST_SSH_CONCH="$${TEST_SSH_CONCH}" \
|
TEST_SSH_CONCH="$${TEST_SSH_CONCH}" \
|
||||||
TEST_SSH_IPV6="@TEST_SSH_IPV6@" \
|
TEST_SSH_IPV6="$${TEST_SSH_IPV6}" \
|
||||||
|
TEST_SSH_ECC="$${TEST_SSH_ECC}" \
|
||||||
EXEEXT="$(EXEEXT)" \
|
EXEEXT="$(EXEEXT)" \
|
||||||
$@ && echo all tests passed
|
$@ && echo all tests passed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user