Bug 309326

Summary: provide option to cleanup the installed packages
Product: kde-windows Reporter: Bogdan Cristea <cristeab>
Component: buildsystemAssignee: KDE-Windows <kde-windows>
Status: RESOLVED INTENTIONAL    
Severity: minor CC: ps_ml
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

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).