OpenSSH 3.7 testing (Re: 3.6p1 bug on SCO OpenServer)

Tim Rice tim at multitalents.net
Mon Sep 15 23:24:14 EST 2003


On Mon, 15 Sep 2003, Darren Tucker wrote:

> Tim Rice wrote:
> > On Mon, 15 Sep 2003, Darren Tucker wrote:
> > +regressclean:
> > +       if [ -e regress/Makefile ]; then \
> >              ^^
> > -e is not portable.
> 
> Oops.  Is there a portable equivalent?

Just use -f

> 
> > Your patch could work (after fixing the -e) but I still think
> > generating Makefile at configure time is the way to go.
> > It would fix the "OBJ ?= `pwd`" problem too.
> 
> I thought that was already fixed?  Either OBJ is set by the top-level
> Makefile (for "make tests") or it's not set at all (for "make clean"). "rm
> -f $(OBJ)$$F" works either way.

Opps. I forgot I saw that change come through.


-- 
Tim Rice				Multitalents	(707) 887-1469
tim at multitalents.net





More information about the openssh-unix-dev mailing list