openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Re: Q:ipmi-blob-tool of aminclude_static.am
       [not found] <tencent_CE8FD07B89E821C6930362C833A1A1171D06@qq.com>
@ 2022-07-13 13:17 ` Patrick Venture
  0 siblings, 0 replies; only message in thread
From: Patrick Venture @ 2022-07-13 13:17 UTC (permalink / raw)
  To: Amol; +Cc: OpenBMC Maillist

[-- Attachment #1: Type: text/plain, Size: 1661 bytes --]

On Tue, Jul 12, 2022 at 11:25 PM Amol <28105285@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@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@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
> +@CODE_COVERAGE_RULES@
> +endif
> +
>
>

[-- Attachment #2: Type: text/html, Size: 2952 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-13 13:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <tencent_CE8FD07B89E821C6930362C833A1A1171D06@qq.com>
2022-07-13 13:17 ` Q:ipmi-blob-tool of aminclude_static.am Patrick Venture

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).