Bug 309326 - provide option to cleanup the installed packages
Summary: provide option to cleanup the installed packages
Status: RESOLVED INTENTIONAL
Alias: None
Product: kde-windows
Classification: Miscellaneous
Component: buildsystem (show other bugs)
Version: unspecified
Platform: Microsoft Windows Microsoft Windows
: NOR minor
Target Milestone: ---
Assignee: KDE-Windows
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-31 16:26 UTC by Bogdan Cristea
Modified: 2013-04-30 15:17 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bogdan Cristea 2012-10-31 16:26:16 UTC
Currently emerge allows to clean the build folder and its temporary files. I might be useful to have an option to clean all installed files, so that to be able to launch another compilation, e.g. from Debug, to compile Release packages.

Reproducible: Always

Steps to Reproduce:
1.emerge --buildtype=Debug okular
2.emerge --offline --buildtype=Release
Actual Results:  
Step 2 fails.

Expected Results:  
Between step 1 and 2 an emerge --cleaninstalled is needed to delete installed files
Comment 1 Patrick Spendrin 2013-04-30 15:17:06 UTC
Hm, this won't make to much sense since for switching between Debug and Release/RelWithDebInfo you need to delete everything anyway (you only can keep source/download dirs, the emerge dir and of course etc\kdesettings.bat).