Mercurial > vim
view src/testdir/Make_amiga.mak @ 28905:f3f45218f923 v8.2.4975
patch 8.2.4975: recursive command line loop may cause a crash
Commit: https://github.com/vim/vim/commit/51f0bfb88a3554ca2dde777d78a59880d1ee37a8
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue May 17 20:11:02 2022 +0100
patch 8.2.4975: recursive command line loop may cause a crash
Problem: Recursive command line loop may cause a crash.
Solution: Limit recursion of getcmdline().
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 17 May 2022 21:15:03 +0200 |
parents | e529f06721f9 |
children |
line wrap: on
line source
# # Makefile to run all tests for Vim, on Amiga # # Requires "rm", "csh" and "diff"! VIMPROG = /vim default: nongui include Make_all.mak SCRIPTS = $(SCRIPTS_TINY_OUT) .SUFFIXES: .in .out .res .vim nongui: /tmp $(SCRIPTS) csh -c echo ALL DONE clean: csh -c \rm -rf *.out Xdir1 Xfind XfakeHOME Xdotest test.ok viminfo .in.out: copy $*.ok test.ok $(VIMPROG) -u amiga.vim -U NONE --noplugin --not-a-term -s dotest.in $*.in diff test.out $*.ok rename test.out $*.out -delete X#? ALL QUIET -delete test.ok # Create a directory for temp files /tmp: makedir /tmp # Manx requires all dependencies, but we stopped updating them. # Delete the .out file(s) to run test(s).