Bug 218870 - make clean using windows del
Summary: make clean using windows del
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 5.0   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-13 15:52 EST by Emilio Palma CLA
Modified: 2020-09-04 15:22 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emilio Palma CLA 2008-02-13 15:52:37 EST
Build ID: M20071023-1652

Steps To Reproduce:
1. Create a project using the piccbuilder plugin.
2. Build it.
3. Try a clean.


More information:
I am having problems when using make clean target in Windows. It is configured by the PicCBuilder plugin (http://sourceforge.net/projects/piccbuilder) to use the del command, but the arguments are passed using slashes as path separators instead of backslashes.

Here is the clean target generated:

clean:
	-$(RM) $(HEX_OUTPUT_OUTPUTS)$(COFF)$(OBJS) fat.hex
	-@echo ' '

And below is the generated command in the console:

	mingw32-make clean 
	del  test.cof  ./src/test.o  test.hex

This is the behavior in CDT 4.0.1 and newer. In 4.0.0 it seems that it used some kind of internal clean. A reference for where things changed in the past is bug 203056.
Comment 1 Emilio Palma CLA 2008-08-01 22:25:51 EDT
This also happens with CDT 5.