Commit 49fa65a
Allow the built-in exec path to be relative to the command invocation path
If GIT_EXEC_PATH (the macro that is defined in the Makefile) is relative,
it is interpreted relative to the command's invocation path, which usually
is $(bindir).
The Makefile rules were written with the assumption that $(gitexecdir) is
an absolute path. We introduce a separate variable that names the
(absolute) installation directory.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent 966c6ed commit 49fa65a
2 files changed
Lines changed: 26 additions & 42 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
173 | 183 | | |
174 | 184 | | |
175 | 185 | | |
| |||
205 | 215 | | |
206 | 216 | | |
207 | 217 | | |
208 | | - | |
| 218 | + | |
209 | 219 | | |
210 | 220 | | |
211 | 221 | | |
| |||
1321 | 1331 | | |
1322 | 1332 | | |
1323 | 1333 | | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
1324 | 1342 | | |
1325 | 1343 | | |
1326 | | - | |
1327 | | - | |
| 1344 | + | |
| 1345 | + | |
1328 | 1346 | | |
1329 | 1347 | | |
1330 | 1348 | | |
1331 | 1349 | | |
1332 | 1350 | | |
1333 | | - | |
| 1351 | + | |
1334 | 1352 | | |
1335 | 1353 | | |
1336 | | - | |
| 1354 | + | |
1337 | 1355 | | |
1338 | 1356 | | |
1339 | | - | |
| 1357 | + | |
1340 | 1358 | | |
1341 | 1359 | | |
1342 | 1360 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 10 | | |
45 | 11 | | |
46 | 12 | | |
| |||
75 | 41 | | |
76 | 42 | | |
77 | 43 | | |
78 | | - | |
| 44 | + | |
79 | 45 | | |
80 | 46 | | |
81 | 47 | | |
| |||
99 | 65 | | |
100 | 66 | | |
101 | 67 | | |
102 | | - | |
| 68 | + | |
103 | 69 | | |
104 | 70 | | |
105 | 71 | | |
| |||
0 commit comments