mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
- (djm) [Makefile.in] bz#1505: Solaris make(1) doesn't accept make variables
in argv, so pass them in the environment; ok dtucker@
This commit is contained in:
parent
0e26551f7f
commit
7d4a2685f7
@ -6,6 +6,8 @@
|
|||||||
bz#1408; ok dtucker@
|
bz#1408; ok dtucker@
|
||||||
- (djm) [sftp-server.c] bz#1535: accept ENOSYS as a fallback error when
|
- (djm) [sftp-server.c] bz#1535: accept ENOSYS as a fallback error when
|
||||||
attempting atomic rename(); ok dtucker@
|
attempting atomic rename(); ok dtucker@
|
||||||
|
- (djm) [Makefile.in] bz#1505: Solaris make(1) doesn't accept make variables
|
||||||
|
in argv, so pass them in the environment; ok dtucker@
|
||||||
|
|
||||||
20090820
|
20090820
|
||||||
- (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not
|
- (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile.in,v 1.299 2009/06/21 08:53:53 dtucker Exp $
|
# $Id: Makefile.in,v 1.300 2009/08/28 00:47:38 djm 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@
|
||||||
@ -242,7 +242,7 @@ check-config:
|
|||||||
-$(DESTDIR)$(sbindir)/sshd -t -f $(DESTDIR)$(sysconfdir)/sshd_config
|
-$(DESTDIR)$(sbindir)/sshd -t -f $(DESTDIR)$(sysconfdir)/sshd_config
|
||||||
|
|
||||||
scard-install:
|
scard-install:
|
||||||
(cd scard && $(MAKE) DESTDIR=$(DESTDIR) install)
|
(cd scard && env DESTDIR=$(DESTDIR) $(MAKE) DESTDIR=$(DESTDIR) install)
|
||||||
|
|
||||||
install-files: scard-install
|
install-files: scard-install
|
||||||
$(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user