make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mingw32-make does not set $(RM) to "del"


From: Fabian Greffrath
Subject: mingw32-make does not set $(RM) to "del"
Date: Wed, 02 Jan 2013 14:38:29 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0

Hello,

occationally, I use mingw32-make for building very simple projects. However, it fails to call the clean: rules, because they remove the object files with "(RM) *.o" (similar). However, $(RM) is still set to "rm -f", which does not exist outside MSYS. Please fall back to Windows' own "del" in such case.

 - Fabian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]