view configure @ 22868:f3cbb41b6370 v8.2.1981

patch 8.2.1981: MinGW: parallel compilation might fail Commit: https://github.com/vim/vim/commit/8496c9eadbf4ea3bf69e2e01456831eee2bddf0a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 13 17:47:33 2020 +0100 patch 8.2.1981: MinGW: parallel compilation might fail Problem: MinGW: parallel compilation might fail. Solution: Add dependencies on $(OUTDIR). (Masamichi Abe, closes https://github.com/vim/vim/issues/7287)
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Nov 2020 18:00:05 +0100
parents a1ca6778da49
children
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd "${SRCDIR:-src}" && exec ./configure "$@"