View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000529 | bareos-core | General | public | 2015-10-01 10:58 | 2019-12-18 15:25 |
Reporter | jkhradil | Assigned To | |||
Priority | none | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Summary | 0000529: Makefile clean action for stored not removing .libs directory | ||||
Description | Running "make clean" doesn't remove src/stored/.libs directory. Patch attached. | ||||
Tags | No tags attached. | ||||
0001-Fix-Makefile-clean-action.patch (734 bytes)
From 74bb39dbf6ba906ee6d3d99f255b436ea48c725d Mon Sep 17 00:00:00 2001 From: Jakub Hradil <jkhradil@gmail.com> Date: Thu, 1 Oct 2015 10:49:28 +0200 Subject: [PATCH] Fix Makefile clean action --- src/stored/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stored/Makefile.in b/src/stored/Makefile.in index 6f6bf97..c763c23 100644 --- a/src/stored/Makefile.in +++ b/src/stored/Makefile.in @@ -262,6 +262,7 @@ install: all @LIBTOOL_INSTALL_TARGET@ libtool-clean: @find . -name '*.lo' -print | xargs $(LIBTOOL_CLEAN) $(RMF) @$(RMF) *.la + @$(RMF) -r .libs _libs clean: libtool-clean @$(RMF) bareos-sd stored bls bextract bpool btape shmfree core core.* a.out *.o *.bak *~ *.intpro *.extpro 1 2 3 -- 2.4.3 |
|
Fix committed to bareos master branch with changesetid 5658. | |
Fix committed to bareos bareos-14.2 branch with changesetid 5795. | |
Fix committed to bareos bareos-13.2 branch with changesetid 5846. | |
Fix committed to bareos bareos-12.4 branch with changesetid 5874. | |
bareos: master d6f3fbdf 2015-10-01 12:49 Committer: mvwieringen Ported: N/A Details Diff |
Fix Makefile clean action Fixes 0000529: Makefile clean action for stored not removing .libs directory Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000529 |
|
mod - src/stored/Makefile.in | Diff File | ||
bareos: bareos-14.2 6c1fea10 2015-10-01 12:49 Committer: mvwieringen Ported: N/A Details Diff |
Fix Makefile clean action Fixes 0000529: Makefile clean action for stored not removing .libs directory Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000529 |
|
mod - src/stored/Makefile.in | Diff File | ||
bareos: bareos-13.2 c4d227f6 2015-10-01 12:49 Committer: mvwieringen Ported: N/A Details Diff |
Fix Makefile clean action Fixes 0000529: Makefile clean action for stored not removing .libs directory Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000529 |
|
mod - src/stored/Makefile.in | Diff File | ||
bareos: bareos-12.4 eaacd177 2015-10-01 12:49 Committer: mvwieringen Ported: N/A Details Diff |
Fix Makefile clean action Fixes 0000529: Makefile clean action for stored not removing .libs directory Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000529 |
|
mod - src/stored/Makefile.in | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-10-01 10:58 | jkhradil | New Issue | |
2015-10-01 10:58 | jkhradil | File Added: 0001-Fix-Makefile-clean-action.patch | |
2015-10-01 17:01 | mvwieringen | Assigned To | => mvwieringen |
2015-10-01 17:01 | mvwieringen | Status | new => acknowledged |
2015-10-02 19:47 | mvwieringen | Changeset attached | => bareos master d6f3fbdf |
2015-10-02 19:47 | mvwieringen | Note Added: 0001865 | |
2015-10-02 19:47 | mvwieringen | Status | acknowledged => resolved |
2015-10-02 19:47 | mvwieringen | Resolution | open => fixed |
2015-10-02 19:56 |
|
Assigned To | mvwieringen => |
2015-10-02 19:56 |
|
Status | resolved => closed |
2015-11-17 12:01 | mvwieringen | Changeset attached | => bareos bareos-14.2 6c1fea10 |
2015-11-17 12:01 | mvwieringen | Note Added: 0001972 | |
2015-11-17 12:01 | mvwieringen | Status | closed => resolved |
2015-11-18 11:07 | mvwieringen | Changeset attached | => bareos bareos-13.2 c4d227f6 |
2015-11-18 11:07 | mvwieringen | Note Added: 0001989 | |
2015-11-19 00:10 | mvwieringen | Changeset attached | => bareos bareos-12.4 eaacd177 |
2015-11-19 00:10 | mvwieringen | Note Added: 0001998 | |
2015-11-30 18:39 | joergs | Relationship added | child of 0000392 |
2015-11-30 18:42 | joergs | Relationship added | child of 0000416 |
2015-11-30 18:46 | joergs | Relationship added | child of 0000474 |
2019-12-18 15:25 | arogge | Status | resolved => closed |