Page MenuHomeFreeBSD

Add explicit interpreter invocation of nvram_map_gen.sh
ClosedPublic

Authored by landon_landonf.org on May 10 2016, 7:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 9, 2:33 PM
Unknown Object (File)
Tue, Aug 4, 9:41 AM
Unknown Object (File)
Tue, Aug 4, 9:40 AM
Unknown Object (File)
Mon, Aug 3, 7:03 AM
Unknown Object (File)
Sat, Aug 1, 7:41 PM
Unknown Object (File)
Thu, Jul 23, 7:32 AM
Unknown Object (File)
Mon, Jul 20, 3:05 PM
Unknown Object (File)
Jul 3 2026, 7:15 AM
Subscribers

Details

Summary

This fixes builds where the source tree is mounted noexec

Test Plan
  • 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

landon_landonf.org retitled this revision from to Add explicit interpreter invocation of nvram_map_gen.sh.
landon_landonf.org updated this object.
landon_landonf.org edited the test plan for this revision. (Show Details)
landon_landonf.org added a reviewer: adrian.
emaste added inline comments.
sys/dev/bhnd/tools/nvram_map_gen.sh
10–12 ↗(On Diff #16156)

Instead of this you can just use ${AWK:-/usr/bin/awk}

  • 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.

Thanks; fixed and rebased against HEAD.

This revision was automatically updated to reflect the committed changes.