Mercurial > vim
view src/testdir/Make_amiga.mak @ 30765:3002177fa0b1 v9.0.0717
patch 9.0.0717: compiler warning for unused variable in tiny build
Commit: https://github.com/vim/vim/commit/d3283fba2593d093593fc692702aabfaa2a68523
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Oct 10 20:33:25 2022 +0100
patch 9.0.0717: compiler warning for unused variable in tiny build
Problem: Compiler warning for unused variable in tiny build.
Solution: Add #ifdefs.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 10 Oct 2022 21:45: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).