]> granicus.if.org Git - vim/commitdiff
patch 8.2.2889: typo and verbose comment in Makefiles v8.2.2889
authorK.Takata <kentkt@csc.jp>
Wed, 26 May 2021 19:49:18 +0000 (21:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 26 May 2021 19:49:18 +0000 (21:49 +0200)
Problem:    Typo and verbose comment in Makefiles.
Solution:   Fix typo. Use @#. (Ken Takata, closes #8252)

Makefile
src/testdir/Makefile
src/version.c

index e377392b520adb4907156593ccdc57dcbcb17935..86c9f65f19d6bb732ff587049849c3135c749da3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -152,7 +152,7 @@ MINOR = 2
 #   > cd src
 #   > msvc2015.bat
 # - Build the console binary:
-#   > nmake -f Mae_mvc.mak
+#   > nmake -f Make_mvc.mak
 # - Run the tests and check the output:
 #   > nmake -f Make_mvc.mak testclean
 #   > nmake -f Make_mvc.mak test
index 050a032f1acec96c2767d7ee3f56476b49f58968..3f33bf8646d855c9ba90dabf9e1e0ed2173b18ba 100644 (file)
@@ -40,7 +40,7 @@ tiny: nolog tinytests report
 benchmark: $(SCRIPTS_BENCH)
 
 report:
-       # without the +eval feature test_result.log is a copy of test.log
+       @# without the +eval feature test_result.log is a copy of test.log
        @/bin/sh -c "if test -f test.log; \
                then cp test.log test_result.log; \
                else echo No failures reported > test_result.log; \
index 7902d3b5285eb278cd1fb36632cceac607df6637..56f0f0b946b678db52b630876f9c874866552c9d 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2889,
 /**/
     2888,
 /**/