зеркало из https://github.com/Azure/sonic-openssh.git
- (djm) "make veryclean" fix from Tom Holroyd <tomh@po.crl.go.jp>
This commit is contained in:
Родитель
164a7f42f9
Коммит
5f01280c79
|
@ -15,6 +15,7 @@
|
|||
- markus@cvs.openbsd.org 2001/10/11 15:24:00
|
||||
[clientloop.c]
|
||||
clear select masks if we return before calling select().
|
||||
- (djm) "make veryclean" fix from Tom Holroyd <tomh@po.crl.go.jp>
|
||||
|
||||
20011010
|
||||
- (djm) OpenBSD CVS Sync
|
||||
|
@ -6713,4 +6714,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1603 2001/10/12 01:36:09 djm Exp $
|
||||
$Id: ChangeLog,v 1.1604 2001/10/12 02:04:04 djm Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.in,v 1.186 2001/09/18 05:06:22 djm Exp $
|
||||
# $Id: Makefile.in,v 1.187 2001/10/12 02:04:05 djm Exp $
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
|
@ -158,6 +158,7 @@ veryclean:
|
|||
rm -f *.out core
|
||||
rm -f Makefile config.h config.status ssh_prng_cmds *~
|
||||
(cd openbsd-compat; $(MAKE) distclean)
|
||||
(cd scard; $(MAKE) distclean)
|
||||
|
||||
mrproper: distclean
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче