Mercurial > vim
view src/testdir/Make_amiga.mak @ 28643:5be5151ad510
patch 8.2.4845: duplicate code
Commit: https://github.com/vim/vim/commit/590f365f91511c164253c5b5812d4d0fc4a238d6
Author: zeertzjq <zeertzjq@outlook.com>
Date: Fri Apr 29 11:29:54 2022 +0100
patch 8.2.4845: duplicate code
Problem: Duplicate code.
Solution: Move code below if/else. (closes https://github.com/vim/vim/issues/10314)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 29 Apr 2022 12:30: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).