Am 02.01.2013 18:56, schrieb Eli Zaretskii:
This won't work on older Windows versions, where "DEL" can only accept
a single argument, and (AFAIR) doesn't have the equivalent of the -f
option.

Fine, but then "del" is still a better choice on Windows than "rm -f", which is usually not existent on Windows.

The solution is to install a Windows port of GNU Coreutils.  One such
port is available from the GnuWin32 site.

I don't see how installing the whole bunch of Coreutils for Windows is a better solution than falling back to a command that is guaranteed to be available in the first place.

On Windows, the assumption that "rm" is present is usually wrong. Leave this to MSYS or Cygwin, but not plain Windows builds of Make.

 - Fabian


_______________________________________________
Make-w32 mailing list
Make-w32@gnu.org
https://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to