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:
parent
24e99dabf7
commit
9bd6ac8da0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324979
@ -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…
x
Reference in New Issue
Block a user