Details
Details
- Reviewers
kevans brooks imp - Commits
- rS362993: Rebuild sysent when capabilities.conf is updated.
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 32161 Build 29669: arc lint + arc unit
Event Timeline
Comment Actions
No idea. I just noticed the problem when updating capabilities.conf, I can't remember if this worked in the past.
sys/conf/sysent.mk | ||
---|---|---|
28 | This will work, but does cause some harmless rebuilds (e.g. things like linux combat that don't use capabilities.conf). I wonder if this should be added in the individual Makefiles. |
sys/conf/sysent.mk | ||
---|---|---|
28 | I thought about it and went with this approach since:
I'm happy to change it if you prefer, though. |
sys/conf/sysent.mk | ||
---|---|---|
28 | It might be worth commenting that it's a known (unimportant) issue. |