Summary: | Akonadi has no make uninstall target. | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Martin Steigerwald <Martin> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | montel |
Priority: | NOR | ||
Version: | GIT (master) | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Martin Steigerwald
2014-04-26 12:49:21 UTC
cmake doesn't create uninstall target. So it's not a bug in akonadi package or kdepimlibs. > requiring me to find files to delete manually
CMake creates the file "install_manifest.txt" in the build directory when installing.
Hmmm, okay, I so suppose that cat install_manifest.txt | xargs echo rm will remove the self compiled version completely if I remove the "echo" from above line. Still I am surprised that make uninstall is not considered an important feature. Especially as it seems that there is not much missing to it. So maybe while its no Akonadi issue, can this be considered on a more global level? Currently this doesn´t actually invite testers who made the decision to self-compile stuff. |