MAKEFLAGS ignored?

Dan Horák dan at danny.cz
Thu Sep 7 11:36:38 UTC 2023


Hello,

I was trying to pass the "--keep-going" option to the Makefile via the
MAKEFLAGS [1] to get as much test failures as possible in a single run,
but it seems to be ignored. After reading the make manual for the value
function [2], I think GMAKE_OPTIONS definition should rather look like

-export GMAKE_OPTIONS?=-r$(if $(verbose),,s)$(value $(MAKEFLAGS))
+export GMAKE_OPTIONS?=-r$(if $(verbose),,s) $(value MAKEFLAGS)

What do you think?

[1] https://git.libreoffice.org/core/+/refs/heads/master/Makefile.in#78
[2] https://www.gnu.org/software/make/manual/html_node/Value-Function.html


	Thanks,

		Dan


More information about the LibreOffice mailing list