0
0
mirror of https://github.com/vim/vim.git synced 2025-07-25 10:54:51 -04:00

Correct comments in testdir makefiles. (John Beckett)

This commit is contained in:
Bram Moolenaar 2010-07-30 22:04:17 +02:00
parent 8b68277fdc
commit 68392724b8
5 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# #
# Makefile to run al tests for Vim, on Amiga # Makefile to run all tests for Vim, on Amiga
# #
# Requires "rm", "csh" and "diff"! # Requires "rm", "csh" and "diff"!

View File

@ -1,5 +1,5 @@
# #
# Makefile to run al tests for Vim, on Dos-like machines. # Makefile to run all tests for Vim, on Dos-like machines.
# #
# Requires a set of Unix tools: echo, diff, etc. # Requires a set of Unix tools: echo, diff, etc.

View File

@ -1,4 +1,5 @@
# Makefile to run tests for Vim, on Dos-like machines #
# Makefile to run all tests for Vim, on Dos-like machines
# with sh.exe or zsh.exe in the path or not. # with sh.exe or zsh.exe in the path or not.
# #
# Author: Bill McCarthy # Author: Bill McCarthy

View File

@ -1,5 +1,5 @@
# #
# Makefile to run al tests for Vim, on OS/2 # Makefile to run all tests for Vim, on OS/2
# #
# Requires a set of Unix tools: echo, diff, etc. # Requires a set of Unix tools: echo, diff, etc.

View File

@ -1,5 +1,5 @@
# #
# Makefile to run al tests for Vim # Makefile to run all tests for Vim
# #
VimProg ?= ../vim VimProg ?= ../vim