View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001012 | Double Commander | Default | public | 2015-02-15 14:01 | 2019-06-08 15:26 |
| Reporter | ginggs | Assigned To | Alexx2000 | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Projection | none | ETA | none | ||
| OS | Debian / Ubuntu | ||||
| Product Version | 0.6.0 | ||||
| Target Version | 0.6.1 | Fixed in Version | 0.6.1 | ||
| Summary | 0001012: Please clean static libs from plugins | ||||
| Description | Since 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. | ||||
| Tags | No 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 Revision | 5863, 5867 | ||||
| Operating system | Linux | ||||
| Widgetset | |||||
| Architecture | |||||
| 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 |