Commit c99ec0f
makefile changes after fedora review
as per following comments extracted from:
https://bugzilla.redhat.com/show_bug.cgi?id=1563680#c3
* man and doc install in docdir for a noarch rpm
%{_pkgdocdir} (i.e /usr/share/doc/libocxl)
* Makefile doesn't keep timestamps while installing files.
To fix this, replace occurrences of "install" with $(INSTALL)
$(INSTALL) variable is set up by %make_install macro,
replacing it with install -p, which keeps timestamps.
Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>1 parent 3eb443d commit c99ec0f
2 files changed
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
| 95 | + | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
| 36 | + | |
0 commit comments