Q:ipmi-blob-tool of aminclude_static.am
Patrick Venture
venture at google.com
Wed Jul 13 23:17:53 AEST 2022
On Tue, Jul 12, 2022 at 11:25 PM Amol <28105285 at qq.com> wrote:
> Dear Patrick,
> where is the file "+include $(top_srcdir)/aminclude_static.am" in this "
> https://github.com/openbmc/ipmi-blob-tool" project?
>
Presumably something generates it. I haven't looked at this in a while,
since it had been working --- in the future please, cc the openbmc mailing
list with inquiries.
>
> commit 51372f02b96e1f1b1317e25e956c712019557bb4
> Author: Patrick Venture <venture at google.com>
> Date: Mon Mar 18 09:06:56 2019 -0700
>
> autotools: Fix for autoconf-archive 2019.01.19
>
> The code coverage macros from the archive changed in a backward
> incompatible way. This adds a workaround to autodetect either version
> and do the right thing.
>
> Change-Id: I4258fab8811f07760ebd73e8ac55c8493370e19b
> Signed-off-by: Patrick Venture <venture at google.com>
>
> diff --git a/.gitignore b/.gitignore
> index 89226f6..65cf1e9 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -19,6 +19,7 @@
> .dirstamp
> .libs
> /aclocal.m4
> +/aminclude_static.am
> /autom4te.cache
> /build-aux
> /config.h
> diff --git a/Makefile.am b/Makefile.am
> index c4335da..7473e23 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -29,6 +29,14 @@ CODE_COVERAGE_GENHTML_OPTIONS += --config-file
> $(abs_srcdir)/.lcovrc
> CODE_COVERAGE_GENHTML_OPTIONS += --prefix $(abs_srcdir) --prefix
> $(abs_builddir)
> export CODE_COVERAGE_GENHTML_OPTIONS
>
> +if AUTOCONF_CODE_COVERAGE_2019_01_06
> +include $(top_srcdir)/aminclude_static.am
> +clean-local: code-coverage-clean
> +distclean-local: code-coverage-dist-clean
> +else
> + at CODE_COVERAGE_RULES@
> +endif
> +
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ozlabs.org/pipermail/openbmc/attachments/20220713/2ed72d25/attachment.htm>
More information about the openbmc
mailing list