Bug 476038 - Generated makefiles contain del instead of rm for deleting files
Summary: Generated makefiles contain del instead of rm for deleting files
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 8.8.0   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-27 08:39 EDT by Hans Riekehof-Boehmer CLA
Modified: 2020-09-04 15:22 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hans Riekehof-Boehmer CLA 2015-08-27 08:39:44 EDT
The generated makefiles contain the "del" command rather than the "rm -rf" command to delete the files. 
Besides eclipse for C/C++ i have an msys2 installation providing the necesarry gnu tools. There are also available on the path. I didn't find anything on the web how to solve this problem in a convincing way.
 
-- Configuration Details --
Product: Eclipse 4.5.0.20150621-1200 (org.eclipse.epp.package.cpp.product)
Installed Features:
 org.eclipse.platform 4.5.0.v20150603-2358
Comment 1 Hans Riekehof-Boehmer CLA 2015-08-28 03:26:48 EDT
I recognized that this behavior just occurs when i create a "Makefile project with existing code". In this kind of project the generated makefiles always contain "del" instead of "rm" as the clean command.

When i create a C/C++ Project the generated makefiles contain "rm" as the clean command.

Seems that different project types are using different makefile generators ?!