[cmake-developers] [CMake 0012264]: CMake nmake generated makefiles don't consider .ilk and .rsp files when cleaning
Mantis Bug Tracker
mantis at public.kitware.com
Fri Jun 10 06:53:38 EDT 2011
The following issue has been SUBMITTED.
======================================================================
http://www.vtk.org/Bug/view.php?id=12264
======================================================================
Reported By: Amine Khaldi
Assigned To:
======================================================================
Project: CMake
Issue ID: 12264
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2011-06-10 06:53 EDT
Last Modified: 2011-06-10 06:53 EDT
======================================================================
Summary: CMake nmake generated makefiles don't consider .ilk
and .rsp files when cleaning
Description:
When we nmake clean an executable, "<executable>.ilk" remains in the binary
folder. Same issue for .rsp files (noticed when compiling shared libs, i.e.
dlls)
Steps to Reproduce:
Compile an executable using the nmake generator, notice that the .ilk file gets
created in the binary folder (along with object files, the pdb, the exe..etc),
nmake clean and you'll see that the file stays there.
The same applies to dlls: compile one, notice the .rsp (and .ilk), nmake clean
and you'll see both .rsp and .ilk still there.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-06-10 06:53 Amine Khaldi New Issue
======================================================================
More information about the cmake-developers
mailing list