]> granicus.if.org Git - vim/commitdiff
patch 8.1.0605: running make in the top directory echoes a comment v8.1.0605
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Dec 2018 15:48:47 +0000 (16:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Dec 2018 15:48:47 +0000 (16:48 +0100)
Problem:    Running make in the top directory echoes a comment.
Solution:   Prefix with @. (closes #3698)

Makefile
src/version.c

index 2155b588acf8443b86956e9867b43b8a17284b81..6cbdc72ddc8bcd5bf6f6d47be6cefb739329bac2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ all install uninstall tools config configure reconfig proto depend lint tags typ
        @echo "Starting make in the src directory."
        @echo "If there are problems, cd to the src directory and run make there"
        cd src && $(MAKE) $@
-       # When the target is "test" also run the indent tests.
+       @# When the target is "test" also run the indent tests.
        @if test "$@" = "test"; then \
                $(MAKE) indenttest; \
        fi
index 10361cb099ed716baedc9c8bd57dd56236d9141f..33694801abd8316c7d5427106c2f6117ed02c80a 100644 (file)
@@ -799,6 +799,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    605,
 /**/
     604,
 /**/