- (dtucker) [Makefile.in] Get regress/Makefile symlink right for out-of-tree
builds too, from vinschen at redhat.com.
This commit is contained in:
parent
0521dcb22e
commit
2a502ff310
|
@ -32,6 +32,8 @@
|
|||
jason at devrandom.org.
|
||||
- (dtucker) [regress/scp.sh] Make this work on Cygwin too, which doesn't like
|
||||
files ending in .exe that aren't binaries; patch from vinschen at redhat.com.
|
||||
- (dtucker) [Makefile.in] Get regress/Makefile symlink right for out-of-tree
|
||||
builds too, from vinschen at redhat.com.
|
||||
|
||||
20040828
|
||||
- (dtucker) [openbsd-compat/mktemp.c] Remove superfluous Cygwin #ifdef; from
|
||||
|
@ -1699,4 +1701,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.3532 2004/08/29 09:39:09 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3533 2004/08/29 09:52:32 dtucker Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.in,v 1.263 2004/08/15 11:01:37 dtucker Exp $
|
||||
# $Id: Makefile.in,v 1.264 2004/08/29 09:52:32 dtucker Exp $
|
||||
|
||||
# uncomment if you run a non bourne compatable shell. Ie. csh
|
||||
#SHELL = @SH@
|
||||
|
@ -376,7 +376,7 @@ tests: $(TARGETS)
|
|||
BUILDDIR=`pwd`; \
|
||||
[ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
|
||||
[ -f `pwd`/regress/Makefile ] || \
|
||||
ln -s $(srcdir)/regress/Makefile `pwd`/regress/Makefile ; \
|
||||
ln -s `cd $(srcdir) && pwd`/regress/Makefile `pwd`/regress/Makefile ; \
|
||||
TEST_SHELL="@TEST_SHELL@"; \
|
||||
TEST_SSH_SSH="$${BUILDDIR}/ssh"; \
|
||||
TEST_SSH_SSHD="$${BUILDDIR}/sshd"; \
|
||||
|
|
Loading…
Reference in New Issue