On Friday, April 20, 2018 7:19:49 PM PDT Dylan Baker wrote: > Signed-off-by: Dylan Baker <dylan.c.ba...@intel.com> > --- > Makefile.am | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/Makefile.am b/Makefile.am > index a83f2bcb5f4..a4ff647f418 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -67,7 +67,7 @@ EXTRA_DIST = \ > bin/install_megadrivers.py \ > bin/meson_get_version.py > > -noinst_HEADERS = \ > +noinst_HEADERS = include
This can't work, without a terminating \ you'll just drop the rest of the list. Looks like a typo, but would probably break all autotools builds. Please drop this hunk and re-test at least a simple build. > include/c99_alloca.h \ > include/c99_compat.h \ > include/c99_math.h \ > @@ -82,7 +82,8 @@ noinst_HEADERS = \ > include/GL/wglext.h \ > include/HaikuGL \ > include/no_extern_c.h \ > - include/pci_ids > + include/pci_ids \ > + include/vulkan I'm not sure off-hand what caused this to be necessary - it would be nice to note that in the commit message. Still, it seems pretty harmless. With only the second hunk, Acked-by: Kenneth Graunke <kenn...@whitecape.org> > > # We list some directories in EXTRA_DIST, but don't actually want to include > # the .gitignore files in the tarball. >
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev