I am using Juno with CDT on Windows 7. When I try to clean a project using the internal builder or make provided by MinGW, Eclipse runs the *X command rm -rf and the cl
A simple solution is to install Git for Windows and enable Unix-like commands for cmd.exe in the installation options. Then rm -rf will be supported.
rm -rf