Summary: | There should by some kind of feedback on pruning a build directory | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Torbjörn K. <torbjoern.k> |
Component: | Build tools: CMake | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | aleixpol |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | 4.3.0 | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdevelop/93bf70ecaa2b183c94799eb90e3f5b18f918d371 | Version Fixed In: | |
Sentry Crash Report: |
Description
Torbjörn K.
2012-11-09 22:48:05 UTC
*** This bug has been marked as a duplicate of bug 238455 *** Git commit 93bf70ecaa2b183c94799eb90e3f5b18f918d371 by Aleix Pol. Committed on 06/03/2013 at 18:31. Pushed by apol into branch 'master'. Add feedback on cmake prune job Instead of just passing the KIO job, pass an outputjob that tells us what it's doing, more or less. M +1 -0 projectbuilders/cmakebuilder/CMakeLists.txt M +2 -22 projectbuilders/cmakebuilder/cmakebuilder.cpp M +2 -3 projectbuilders/cmakebuilder/cmakejob.cpp A +91 -0 projectbuilders/cmakebuilder/prunejob.cpp [License: GPL (v2+)] A +43 -0 projectbuilders/cmakebuilder/prunejob.h [License: GPL (v2+)] http://commits.kde.org/kdevelop/93bf70ecaa2b183c94799eb90e3f5b18f918d371 |