Re: [PATCH bpf-next v4 1/2] Add subdir support to Documentation makefile
From: Jonathan Corbet <corbet@lwn.net>
Date: 2022-09-22 13:24:41
Also in:
bpf
From: Jonathan Corbet <corbet@lwn.net>
Date: 2022-09-22 13:24:41
Also in:
bpf
Donald Hunter [off-list ref] writes:
Run make in list of subdirs to build generated sources and migrate userspace-api/media to use this instead of being a special case. Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
This could really use a bit more information on exactly what you're doing and why you want to do it. Beyond that, I would *really* like to see more use of Sphinx extensions for this kind of special-case build rather than hacking in more special-purpose scripts. Is there a reason why it couldn't be done that way? Thanks, jon