| June 25 2020 | Further Adventures in QA for the Perl 5 Core Distribution | Back Next |
Building on FreeBSD-11
Using clang as C-compiler (default)
clang version 6.0: -Dcc=clang60
Capture STDOUT and STDERR emitted by make, redirect to file
In program form:
$ perl run-make-for-build-warnings.pl \
--cc=clang60 \
--commit=v5.31.3
See output in /tmp/make-output/v5.31.3.freebsd.clang60.make.output.txt.gz
| Home Last TOC | Copyright © 2020 James E Keenan | Back Next |