mirror of git://anongit.mindrot.org/openssh.git
- (djm) [Makefile.in]
Remove generated openbsd-compat/regress/Makefile in distclean target
This commit is contained in:
parent
62da44f064
commit
24f2a42e53
|
@ -129,6 +129,8 @@
|
|||
[openbsd-compat/rresvport.c]
|
||||
These look to need string.h and/or unistd.h (based on a grep for function
|
||||
names)
|
||||
- (djm) [Makefile.in]
|
||||
Remove generated openbsd-compat/regress/Makefile in distclean target
|
||||
|
||||
20060713
|
||||
- (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
|
||||
|
@ -5047,4 +5049,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.4434 2006/07/24 05:08:35 djm Exp $
|
||||
$Id: ChangeLog,v 1.4435 2006/07/24 05:30:18 djm Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.in,v 1.278 2006/04/23 02:15:08 djm Exp $
|
||||
# $Id: Makefile.in,v 1.279 2006/07/24 05:30:19 djm Exp $
|
||||
|
||||
# uncomment if you run a non bourne compatable shell. Ie. csh
|
||||
#SHELL = @SH@
|
||||
|
@ -203,7 +203,8 @@ clean: regressclean
|
|||
distclean: regressclean
|
||||
rm -f *.o *.a $(TARGETS) logintest config.cache config.log
|
||||
rm -f *.out core opensshd.init
|
||||
rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds survey.sh *~
|
||||
rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds
|
||||
rm -f survey.sh openbsd-compat/regress/Makefile *~
|
||||
rm -rf autom4te.cache
|
||||
(cd openbsd-compat && $(MAKE) distclean)
|
||||
(cd scard && $(MAKE) distclean)
|
||||
|
|
Loading…
Reference in New Issue