On Fri, Dec 14, 2018 at 03:57:12PM -0500, Ted Unangst wrote: > Marc Espie wrote: > > Well, apart from the bike-shedding, it seems like the most correct > > short-term solution. > > > > So I will commit it tomorrow, unless someone has an actual better idea. > > Nobody answered if SUDO_CLEAN is actualy set. I checked. It's not. > > Index: Makefile > =================================================================== > RCS file: /cvs/src/regress/usr.bin/ssh/Makefile,v > retrieving revision 1.98 > diff -u -p -r1.98 Makefile > --- Makefile 22 Nov 2018 08:48:32 -0000 1.98 > +++ Makefile 14 Dec 2018 20:56:11 -0000 > @@ -209,7 +209,6 @@ c-${s}: > > clean: ${CLEAN_SUBDIR} > rm -f ${CLEANFILES} > - test -z "${SUDO}" || ${SUDO} rm -f ${SUDO_CLEAN} > rm -rf .putty > > .include <bsd.regress.mk>
Oh, I had a slightly older version. So, yep, it was just dtucker@ half-committing some clean-up. Okay to finish fixing it. :)