On Sat, 26 Oct 2024, 00:05 Dmitry Goncharov, <dgoncha...@users.sf.net> wrote:
> > - cd $(@D) && $(MAKE) BUILD_DIR=$(UP)$(BUILD_DIR) > > top_srcdir=$(UPSRC)$(top_srcdir) $(MAKEFLAGS) $(@F) > > It is really not a good idea to pass makeflags on the command line as a > positional parameter. Agreed, but I was just copying what's already there. So let's add that to the list of things to fix. -Martin