On Fri, Jun 13, 2025 at 7:02 AM Duncan Roe <duncan_...@optusnet.com.au> wrote: > Fine for `make install' to *install* them. But it flies in the face of > convention for `make install' to *build* them - `make' should do that.
`make' should only build bash; documentation, loadables, etc. should have dedicated targets. If building all components but not installing is desired that should be a separate target (all, dist, or whatever is more appropriate) as well.