Mercurial > vim
view src/Make_all.mak @ 25086:088c1ddac618 v8.2.3080
patch 8.2.3080: recover test fails on 32bit systems
Commit: https://github.com/vim/vim/commit/576cb75ceb38ed077938d4a1c1265095050f6105
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Wed Jun 30 21:30:10 2021 +0200
patch 8.2.3080: recover test fails on 32bit systems
Problem: Recover test fails on 32bit systems. (Ond?ej S?kup)
Solution: Detect 32/64 bit systems. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/8485,
closes #8479)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 30 Jun 2021 21:45:04 +0200 |
parents | 1e76da634877 |
children |
line wrap: on
line source
# # Common Makefile, defines the list of tests to run and other things. # # Argument for running ctags. TAGS_FILES = \ *.c \ *.cc \ *.cpp \ *.h \ auto/*.c \ libvterm/src/*.c \ libvterm/src/*.h \ libvterm/include/*.h \ xdiff/*.c \ xdiff/*.h