[openssh-commits] CVS: shitei.mindrot.org: openssh/regress
Darren Tucker
dtucker at mindrot.org
Sun Sep 14 11:40:36 EST 2003
CVSROOT: /var/cvs
Module name: openssh/regress
Changes by: dtucker at shitei.mindrot.org 2003/09/14 11:40:36
Modified files:
. : ChangeLog Makefile.in
regress : Makefile
Log message:
- (dtucker) [Makefile regress/Makefile] Fix portability issues preventing
the regression tests from running with Solaris' make. Patch from Brian
Poole (raj at cerias.purdue.edu).
Further info: Solaris' /usr/ccs/bin/make
* requires a space before "+=" (but not "=")
* does not like @for
The bit that relies on a trailing "/" on $OBJ so "rm ${OBJ}$$F works in the
current dir if OBJ isn't set is my fault. Nasty but it works.
cvs -n rdiff -u -rNo revision control -rNo revision control openssh/regress/ChangeLog
cvs -n rdiff -u -rNo revision control -rNo revision control openssh/regress/Makefile.in
cvs -n rdiff -u -r1.8 -r1.9 openssh/regress/Makefile
More information about the openssh-commits
mailing list