View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002420CMakeCMakepublic2005-10-28 15:192006-10-04 20:18
Reporteralaterale 
Assigned ToBill Hoffman 
PrioritylowSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002420: Functionality to add whole extensions to clean target
DescriptionI was wondering how hard it would be to add the ability to treat "clean" as a builtin target that ADD_CUSTOM_COMMAND can add to, or can be used as a base to put other dependencies (sub targets of clean, etc that are run whenever clean is run).

The idea behind this is that instead of relying on the listed source file names to always be constant and having to manually delete object files that are no longer listed, we could add things like *.o or *.a to the clean of a specific directory. This would make it much easier than adding a separate target for other types of cleaned files.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0005224)
Bill Hoffman (manager)
2006-10-04 20:18

See :

SET_DIRECTORY_PROPERTIES

and
ADDITIONAL_MAKE_CLEAN_FILES

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team