mirror of git://anongit.mindrot.org/openssh.git
- (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@
|
||||
|
@ -142,13 +142,14 @@ $(CONFIGFILES): $(CONFIGFILES_IN)
|
|||
|
||||
clean:
|
||||
rm -f *.o *.a $(TARGETS) logintest config.cache config.log
|
||||
rm -f *.out core
|
||||
rm -f *.out core
|
||||
(cd openbsd-compat; $(MAKE) clean)
|
||||
|
||||
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