mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Do a chdir to SRCTOP/sys/boot before starting the run. This lets one
run this script from anywhere, but makes it only work on sys/boot. Sponsored by: Netflix
This commit is contained in:
parent
24e99dabf7
commit
9bd6ac8da0
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@
|
|||
# Output is put into _.boot.$TARGET_ARCH.log in sys.boot.
|
||||
#
|
||||
|
||||
top=$(make -V SRCTOP)
|
||||
cd $top/sys/boot
|
||||
|
||||
for i in \
|
||||
amd64/amd64 \
|
||||
arm/arm arm/armeb arm/armv7 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue