[m-dev.] for review: avoiding some "mmake realclean"s during bootchecks

Fergus Henderson fjh at cs.mu.OZ.AU
Wed May 13 00:20:01 AEST 1998


On 12-May-1998, Zoltan Somogyi <zs at cs.mu.OZ.AU> wrote:
> 
> Avoid about half of the slow "mmake realclean"s required by a bootcheck.

That looks fine.

Just one small comment:

> 	rm CLEAN > /dev/null 2>&1

For consistency with elsewhere, it might be better to just use

	rm -f CLEAN

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.



More information about the developers mailing list