View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000423 | bareos-core | General | public | 2015-02-03 16:46 | 2015-06-08 11:37 |
Reporter | hege | Assigned To | |||
Priority | low | Severity | trivial | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Solaris10 | OS | Solaris | OS Version | 10 |
Product Version | 14.2.3 | ||||
Summary | 0000423: Non-portable cp in Makefile.in | ||||
Description | Main Makefile.in has a non-portable cp option -a, which does not work with Solaris 10 for example. cp -a config.out build/ Suggest changing to "cp -p" which is used everywhere else in the Makefiles. | ||||
Steps To Reproduce | $ gmake scripts/git-info.sh build/ skipped: git not available cp -a config.out build/ cp: illegal option -- a | ||||
Tags | No tags attached. | ||||
child of | 0000420 | closed | Release bareos-14.2.4 |
bareos: master 82083a32 2015-02-04 18:18 Ported: N/A Details Diff |
make Makefile more portable again Fixes 0000423: Non-portable cp in Makefile.in |
Affected Issues 0000423 |
|
mod - Makefile.in | Diff File | ||
bareos2015: master 2237fb23 2015-02-04 18:18 Joerg Steffens Committer: Marco van Wieringen Ported: N/A Details Diff |
make Makefile more portable again Fixes 0000423: Non-portable cp in Makefile.in |
Affected Issues 0000423 |
|
mod - Makefile.in | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-02-03 16:46 | hege | New Issue | |
2015-02-04 11:43 | joergs | Assigned To | => joergs |
2015-02-04 11:43 | joergs | Status | new => assigned |
2015-03-22 10:44 | joergs | Changeset attached | => bareos master 82083a32 |
2015-03-22 10:44 | joergs | Status | assigned => resolved |
2015-03-23 14:18 | joergs | Relationship added | related to 0000420 |
2015-03-23 14:20 | joergs | Relationship deleted | related to 0000420 |
2015-03-23 14:20 | joergs | Relationship added | child of 0000420 |
2015-03-31 15:25 |
|
Assigned To | joergs => |
2015-05-27 13:10 | joergs | Changeset attached | => bareos2015 master 2237fb23 |
2015-06-08 11:37 | joergs | Status | resolved => closed |
2015-06-08 11:37 | joergs | Resolution | open => fixed |