This fixes builds where the source tree is mounted noexec
Details
Details
- Reviewers
adrian - Commits
- rS299692: Use awk to run bhnd's awk script, to allow noexec src dir
- Add bhndbus to kernel config
- Mount source tree noexec
- Verify that a clean build completes successfully (both kernel and modules)
- Verify the generated tool output is correct
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/dev/bhnd/tools/nvram_map_gen.sh | ||
---|---|---|
10–12 ↗ | (On Diff #16156) | Instead of this you can just use ${AWK:-/usr/bin/awk} |
Comment Actions
- Merge branch 'master' into arcpatch-D6312
- Drop sh accidentally added in master to the dependency lines in sys/conf/files.
- Adopt AWK:- default value syntax recommended by emaste.