[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "nmake info" Windows patch
From: |
Jason Rumney |
Subject: |
Re: "nmake info" Windows patch |
Date: |
22 Feb 2003 10:13:31 +0000 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
"Eli Zaretskii" <address@hidden> writes:
> > +mostlyclean:
> > + rm -f *.log *.cp *.fn *.ky *.pg *.vr *.tp
> > +
> > +clean: mostlyclean
> > + rm -f *.dvi
>
> There's no reason not to use CMD's built-in DEL command here (perhaps
> with a FOR loop).
We already require rm and cp for other purposes. I don't know the
specific details of why, but there is a good reason I think.