forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit87f21d2
committed
Fix make_etags failure on Mac.
Previously make_etags always ran make_ctags -e when make_etags wasexecuted. However, because non-Exuberant ctags on Mac does notsupport -e option (and also on other platforms including old Linux),ctags failed. To avoid the failure change make_ctags so that ifnon-Exuberant ctags is used and ctags -e option is requested, runetags command instead. If etags command does not exist, make_ctagswill fail.Also refactor make_ctags and tweak make_etags to emit proper usagemessage.Author: Fujii MasaoReviewed-by: Tatsuo IshiiDiscussion:https://www.postgresql.org/message-id/369c13b9-8b0f-d6f9-58fc-61258ec8f713%40oss.nttdata.com1 parent3b12e68 commit87f21d2
2 files changed
+34
-12
lines changedLines changed: 27 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 |
| |
| 18 | + | |
| 19 | + | |
15 | 20 |
| |
16 | 21 |
| |
17 | 22 |
| |
18 | 23 |
| |
19 |
| - | |
20 |
| - | |
| 24 | + | |
21 | 25 |
| |
22 | 26 |
| |
23 | 27 |
| |
| |||
27 | 31 |
| |
28 | 32 |
| |
29 | 33 |
| |
30 |
| - | |
| 34 | + | |
| 35 | + | |
31 | 36 |
| |
| 37 | + | |
32 | 38 |
| |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 | 39 |
| |
38 | 40 |
| |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
39 | 52 |
| |
40 | 53 |
| |
41 | 54 |
| |
| |||
56 | 69 |
| |
57 | 70 |
| |
58 | 71 |
| |
59 |
| - | |
| 72 | + | |
| 73 | + | |
60 | 74 |
| |
61 | 75 |
| |
62 | 76 |
| |
63 | 77 |
| |
64 | 78 |
| |
65 |
| - | |
66 | 79 |
| |
67 | 80 |
| |
| 81 | + | |
| 82 | + | |
| 83 | + | |
68 | 84 |
| |
69 | 85 |
| |
70 | 86 |
| |
71 | 87 |
| |
72 |
| - | |
| 88 | + | |
73 | 89 |
| |
74 | 90 |
| |
75 | 91 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 |
| |
4 | 10 |
| |
5 | 11 |
| |
|
0 commit comments
Comments
(0)