View Issue Details

IDProjectCategoryView StatusLast Update
0001012Double CommanderDefaultpublic2019-06-08 15:26
Reporterginggs Assigned ToAlexx2000  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
ProjectionnoneETAnone 
OSDebian / Ubuntu 
Product Version0.6.0 
Target Version0.6.1Fixed in Version0.6.1 
Summary0001012: Please clean static libs from plugins
DescriptionSince version 0.6.0, static libraries are now being built in the plugins directories (e.g. dsx/DSXLocate/lib/libpDSXLocate.a), but these files are not cleaned by clean.sh.

The attached patch simply removes these new files.
TagsNo tags attached.
Attached Files
clean-plugins-static-libs.patch (302 bytes)   
--- a/clean.sh
+++ b/clean.sh
@@ -23,6 +23,7 @@
 find plugins -iname '*.dsx' -delete
 find plugins -iname '*.or'  -delete
 find plugins -iname '*.res'  -delete
+find plugins -iname '*.a'  -delete
 rm -f src/doublecmd.res doublecmd
 rm -f tools/extractdwrflnfo
 rm -f plugins/wcx/zip/lib/ZipConfDlg.lfm
Fixed in Revision5863, 5867
Operating systemLinux
Widgetset
Architecture

Activities

Issue History

Date Modified Username Field Change
2015-02-15 14:01 ginggs New Issue
2015-02-15 14:01 ginggs File Added: clean-plugins-static-libs.patch
2015-02-15 14:56 Alexx2000 Fixed in Revision => 5863
2015-02-15 14:56 Alexx2000 Assigned To => Alexx2000
2015-02-15 14:56 Alexx2000 Status new => resolved
2015-02-15 14:56 Alexx2000 Resolution open => fixed
2015-02-15 14:56 Alexx2000 Target Version => 0.6.1
2015-02-15 18:26 Alexx2000 Fixed in Revision 5863 => 5863, 5867
2015-02-15 18:26 Alexx2000 Fixed in Version => 0.6.1
2019-06-08 15:26 Alexx2000 Status resolved => closed