Details
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
tools/build/options/makeman | ||
---|---|---|
12 | s/it // |
This is helpful, though I think it would also be useful if the comments at the top of src.conf.5 pointed back to makeman somehow (as otherwise if you are looking at src.conf.5 you wouldn't know to even look in tools/build/options). I still think having a 'make' shortcut in share/man/man5/Makefile ala 'make sysent' in sys/kern/Makefile would be most helpful. 'make src.conf.5' would be nice if you could trick make into only running it explicitly and never implicitly (e.g. never during buildworld)
head/tools/build/options/makeman | ||
---|---|---|
11 ↗ | (On Diff #27555) | This is incorrect, since it does not invoke 'make showconfig' (options * architectures) times, it is invoked once per architecture. Maybe invokes 'make showconfig' to determine, for each option on each supported architecture, whether the default setting is always? Or, "For each option on each supported architecture this script determines whether" (omitting mention of "make showconfig"). I think there's some value in referencing the use of make showconfig (to understand what information the script is actually using), but maybe folks can just look at the script to see how it works if they care. |
head/tools/build/options/makeman | ||
---|---|---|
11 ↗ | (On Diff #27555) | Agreed about the value of showing specifically what it does, since this script is... dense. Oh, and I wrote "invoices". Sorry about that. For each supported architecture, 'make showconfig' is invoked for each option to |