This allows the subdirs that do more work to run in parallel
Details
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 54842 Build 51731: arc lint + arc unit
Event Timeline
Rename osname to include
But git-arc cannot cope with that and does not seem to support
specifying the review id.
One nit, and I assume you've verified that opt_osname.h does now have the right contents?
Otherwise looks good thanks, though don't have the knowledge to review the Makefile.depend parts (beyond wondering why this seemingly-simple structure requires a manually written one).
Yes.
#define OSNAME "FreeBSD"
Otherwise looks good thanks, though don't have the knowledge to review the Makefile.depend parts (beyond wondering why this seemingly-simple structure requires a manually written one).
The reason is that in DIRDEPS_BUILD usr.sbin/bsdinstall itself does not actually do anything only leaf dirs are visited,
but it is handy to have a Makefile.depend there for doing test builds of this dir and its subdirs.