]> git.ipfire.org Git - thirdparty/git.git/commit
contrib/buildsystems: optionally capture the dry-run in a file
authorPhilip Oakley <philipoakley@iee.org>
Mon, 29 Jul 2019 20:08:07 +0000 (13:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Jul 2019 21:51:42 +0000 (14:51 -0700)
commita530a59a6f6298622460805e28dfb2b49dd1cf11
tree6bc8c585a167bdad1e86fddf0dbf8103637b90e7
parent03aa7118c3a11e96ba04c839e7378cc321ed2fbf
contrib/buildsystems: optionally capture the dry-run in a file

Add an option for capturing the output of the make dry-run used in
determining the msvc-build structure for easy debugging.

You can use the output of `--make-out <path>` in subsequent runs via the
`--in <path>` option.

Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/buildsystems/engine.pl