[PATCH] docs: Fix build dependency for grub-dev.info

2020-05-15 Thread Hans Ulrich Niedermann
The grub-dev.info target depends on fdl.texi just like grub.info does, so grub-dev.info also requires the definition of that dependency in grub_dev_TEXINFOS just as grub_TEXINFOS provides for grub.info. Signed-off-by: Hans Ulrich Niedermann diff --git a/docs/Makefile.am b/docs/Makefile.am index

Re: [MULTIBOOT2 SPEC PATCH v4 23/27] multiboot2: Generate per object file listings

2020-05-15 Thread Hans Ulrich Niedermann
I have just noticed that when running the multiboot2 build with "configure CC=clang" instead of going with the default gcc, clang10 will not recognize the "-Wa,-adhlns=$(@:.o=.lst)" argument and abort. Ist clang support for the multiboot2 example kernel important? If so, I could either comment

Re: [PATCH v3 0/5] Various build and doc fixes

2020-05-15 Thread Daniel Kiper
On Wed, May 13, 2020 at 01:49:59PM +0100, Leif Lindholm wrote: > On Wed, May 13, 2020 at 14:02:46 +0200, Daniel Kiper wrote: > > Hey, > > > > As in subject... Please review... > > Hi Daniel, > > This looks good to me. Great! > For the series: > Reviewed-by: Leif Lindholm Thanks for review. It