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)
Jan 10 2024, 6:03 PM
Unknown Object (File)
Dec 21 2023, 11:27 AM
Unknown Object (File)
Dec 20 2023, 1:34 AM
Unknown Object (File)
Dec 15 2023, 5:26 AM
Unknown Object (File)
Sep 25 2023, 11:26 AM
Unknown Object (File)
Aug 9 2023, 1:18 AM
Unknown Object (File)
Aug 9 2023, 1:12 AM
Unknown Object (File)
May 7 2023, 10:19 PM
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.