mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-18 06:46:55 +00:00
- (djm) Clean some autoconf-2.52 junk when doing "make distclean"
This commit is contained in:
parent
5f01280c79
commit
7c734056f4
@ -16,6 +16,7 @@
|
||||
[clientloop.c]
|
||||
clear select masks if we return before calling select().
|
||||
- (djm) "make veryclean" fix from Tom Holroyd <tomh@po.crl.go.jp>
|
||||
- (djm) Clean some autoconf-2.52 junk when doing "make distclean"
|
||||
|
||||
20011010
|
||||
- (djm) OpenBSD CVS Sync
|
||||
@ -6714,4 +6715,4 @@
|
||||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1604 2001/10/12 02:04:04 djm Exp $
|
||||
$Id: ChangeLog,v 1.1605 2001/10/12 09:15:27 djm Exp $
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile.in,v 1.187 2001/10/12 02:04:05 djm Exp $
|
||||
# $Id: Makefile.in,v 1.188 2001/10/12 09:15:28 djm Exp $
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
@ -149,6 +149,7 @@ distclean:
|
||||
rm -f *.o *.a $(TARGETS) logintest config.cache config.log
|
||||
rm -f *.out core
|
||||
rm -f Makefile config.h config.status ssh_prng_cmds *~
|
||||
rm -rf autom4te.cache
|
||||
(cd openbsd-compat; $(MAKE) distclean)
|
||||
(cd scard; $(MAKE) distclean)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user