1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-05 18:05:16 +00: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:
Warner Losh 2017-10-25 15:27:48 +00:00
parent 24e99dabf7
commit 9bd6ac8da0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324979

View File

@ -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 \