Shane Harper
4c3616d7a2
patch 9.1.0609: outdated comments in Makefile
...
Problem: outdated comments in Makefile
Solution: update outdated comments, update rule for vimtags
(Shane Harper)
related: commit b81109192f
Here are the changes and the reasons for them:
- Delete the comment preceding the assignment to VIMPROG. Since b81109192f
there's no need for VIMPROG to be set to something else when this is executed
from src/Makefile. (The comment was wrong anyway; VIMPROG was being set to
"$$BUILD_DIR/$(VIMTARGET)".)
```
# Set to $(VIMTARGET) when executed from src/Makefile.
VIMPROG = ../../src/vim
```
- Delete "`and installed`" in the following comment; The vimtags rule doesn't
require that Vim has been installed.
```
# Use Vim to generate the tags file. Can only be used when Vim has been
# compiled and installed. Supports multiple languages.
vimtags: $(DOCS)
```
- With commit b81109192f there is no longer a need to set VIMPROG here:
```
-@BUILD_DIR="`pwd`"; cd $(HELPSOURCE); if test -z "$(CROSS_COMPILING)"; then \
$(MAKE) VIMPROG="$$BUILD_DIR/$(VIMTARGET)" vimtags; fi
```
The new code below will use the same vim executable as the old code:
```
-@cd $(HELPSOURCE); if test -z "$(CROSS_COMPILING)"; then \
$(MAKE) vimtags; fi
```
- Delete the following comment which was related to setting VIMPROG as it no longer has any value:
```
# We can assume Vim was build, but it may not have been installed,
# thus use the executable in the current directory.
```
Note: this comment used to be (unnecessarily) echoed to the terminal (because
it was indented) when making installrtbase.
closes : #15320
Signed-off-by: Shane Harper <shane@shaneharper.net >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-07-22 20:09:26 +02:00
..
2024-01-02 16:51:11 +01:00
2024-07-17 20:25:22 +02:00
2024-07-17 20:04:22 +02:00
2024-07-15 20:51:11 +02:00
2024-07-17 20:04:22 +02:00
2024-04-27 12:01:15 +02:00
2024-05-11 11:16:21 +02:00
2024-01-02 16:51:11 +01:00
2024-05-11 11:16:21 +02:00
2024-02-12 20:24:56 +01:00
2024-01-02 16:51:11 +01:00
2022-07-30 12:03:16 +01:00
2020-01-21 22:13:42 +01:00
2024-07-10 20:07:10 +02:00
2024-07-17 20:04:22 +02:00
2013-06-01 14:50:56 +02:00
2013-06-01 14:50:56 +02:00
2023-08-31 18:03:11 +02:00
2023-08-31 18:03:11 +02:00
2018-07-21 05:56:22 +02:00
2020-05-31 14:25:22 +02:00
2020-05-31 14:25:22 +02:00
2018-07-07 23:21:31 +02:00
2024-01-02 16:51:11 +01:00
2024-07-16 21:26:47 +02:00
2024-01-02 16:51:11 +01:00
2024-02-25 08:42:52 +01:00
2024-01-02 16:51:11 +01:00
2024-05-24 08:05:00 +02:00
2024-01-02 16:51:11 +01:00
2021-06-27 15:18:56 +02:00
2022-02-26 12:25:45 +00:00
2024-01-01 20:50:51 +01:00
2024-02-25 08:42:52 +01:00
2024-01-23 23:19:02 +01:00
2024-04-22 20:55:32 +02:00
2024-07-17 20:04:22 +02:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-05-27 17:14:17 +02:00
2024-04-10 16:57:46 +02:00
2024-01-02 16:51:11 +01:00
2024-05-11 11:16:21 +02:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-02-25 08:42:52 +01:00
2024-01-02 16:51:11 +01:00
2024-05-17 18:30:26 +02:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-05-05 18:42:31 +02:00
2024-07-14 10:20:20 +02:00
2024-07-14 10:34:25 +02:00
2024-04-11 22:11:21 +02:00
2024-05-24 08:05:00 +02:00
2024-07-04 17:48:01 +02:00
2024-07-22 20:09:26 +02:00
2020-05-26 21:20:45 +02:00
2024-01-14 19:24:05 +01:00
2024-07-11 22:45:42 +02:00
2024-07-17 20:41:48 +02:00
2024-03-13 20:59:27 +01:00
2024-07-11 21:14:15 +02:00
2024-07-15 20:51:11 +02:00
2024-05-11 11:16:21 +02:00
2024-07-16 20:19:13 +02:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-04-25 21:21:37 +02:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-05-11 11:16:21 +02:00
2024-05-11 11:16:21 +02:00
2024-06-18 19:32:39 +02:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2020-01-14 19:29:13 +01:00
2024-07-13 18:19:03 +02:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-05-11 11:16:21 +02:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-06-18 21:01:23 +02:00
2024-05-11 11:16:21 +02:00
2024-07-17 20:04:22 +02:00
2024-07-12 19:36:53 +02:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-07-11 21:14:15 +02:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-07-06 11:29:38 +02:00
2024-07-07 20:33:46 +02:00
2024-05-17 18:52:45 +02:00
2024-04-22 20:55:32 +02:00
2024-07-08 20:59:33 +02:00
2024-07-16 21:42:17 +02:00
2024-07-12 19:36:53 +02:00
2024-07-16 21:42:17 +02:00
2024-05-11 11:16:21 +02:00
2024-05-05 18:42:31 +02:00
2024-07-20 12:06:07 +02:00
2024-05-11 11:16:21 +02:00
2024-07-18 21:16:05 +02:00
2024-06-17 13:17:58 +02:00
2024-01-02 16:51:11 +01:00
2024-07-11 22:45:42 +02:00
2024-03-28 10:27:17 +01:00
2024-04-22 20:55:32 +02:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-05-11 11:16:21 +02:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-06-19 19:42:47 +02:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-05-19 09:11:09 +02:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-04-29 20:22:46 +02:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-07-09 18:39:52 +02:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-04-04 22:00:58 +02:00
2024-06-09 16:32:48 +02:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-07-17 20:04:22 +02:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-01-02 16:51:11 +01:00
2024-07-15 20:51:11 +02:00
2024-05-15 20:54:35 +02:00
2023-11-04 09:57:09 +01:00
2024-05-31 15:09:42 +02:00
2024-04-13 18:04:53 +02:00
2020-07-26 17:00:44 +02:00
2020-07-26 17:00:44 +02:00
2020-07-26 17:00:44 +02:00
2020-07-26 17:00:44 +02:00
2024-06-07 13:32:22 +02:00
2024-06-07 13:32:22 +02:00
2022-02-20 19:48:20 +00:00
2020-07-26 17:00:44 +02:00
2020-07-26 17:00:44 +02:00
2023-12-29 16:30:40 +01:00
2023-12-29 16:30:40 +01:00
2024-06-04 21:58:32 +02:00
2024-06-04 21:58:32 +02:00
2018-07-15 20:20:18 +02:00
2018-07-15 20:20:18 +02:00
2023-08-31 18:03:11 +02:00
2023-08-31 18:03:11 +02:00
2022-01-16 14:46:06 +00:00
2020-05-31 14:25:22 +02:00
2020-05-31 14:25:22 +02:00
2021-06-13 19:02:49 +02:00
2021-06-13 19:02:49 +02:00
2018-07-15 20:20:18 +02:00
2018-07-15 20:20:18 +02:00
2023-08-31 18:03:11 +02:00
2023-08-31 18:03:11 +02:00
2023-12-19 20:21:40 +01:00
2020-05-31 14:25:22 +02:00
2020-05-31 14:25:22 +02:00
2023-04-22 22:40:14 +01:00
2023-04-22 22:40:14 +01:00
2024-01-02 16:51:11 +01:00
2024-07-09 20:03:24 +02:00
2024-01-02 16:51:11 +01:00
2023-10-06 19:51:13 +02:00
2023-10-06 19:51:13 +02:00
2024-05-10 23:53:58 +02:00
2024-05-10 23:53:58 +02:00
2023-12-19 20:21:40 +01:00
2023-10-06 19:51:13 +02:00
2023-10-06 19:51:13 +02:00
2023-10-06 19:51:13 +02:00
2023-10-06 19:51:13 +02:00
2024-05-10 14:41:18 +02:00
2024-05-10 14:41:18 +02:00