mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Add a missing dependency: boot2 depends on the BTX kernel.
This commit is contained in:
parent
199b1670eb
commit
2cb6d95d48
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59150
@ -49,7 +49,7 @@ boot1.o: boot1.m4 boot1.s
|
||||
(cd ${.CURDIR}; ${M4} -DFLAGS=${B1FLAGS} boot1.m4 boot1.s) | \
|
||||
${AS} ${AFLAGS} -o ${.TARGET}
|
||||
|
||||
boot2: boot2.ldr boot2.bin
|
||||
boot2: boot2.ldr boot2.bin ${BTX}/btx/btx
|
||||
btxld -v -E ${ORG2} -f bin -b ${BTX}/btx/btx -l boot2.ldr \
|
||||
-o boot2.ld -P 1 boot2.bin
|
||||
@ls -l boot2.ld | awk '{ x = 7680 - $$5; \
|
||||
|
@ -49,7 +49,7 @@ boot1.o: boot1.m4 boot1.s
|
||||
(cd ${.CURDIR}; ${M4} -DFLAGS=${B1FLAGS} boot1.m4 boot1.s) | \
|
||||
${AS} ${AFLAGS} -o ${.TARGET}
|
||||
|
||||
boot2: boot2.ldr boot2.bin
|
||||
boot2: boot2.ldr boot2.bin ${BTX}/btx/btx
|
||||
btxld -v -E ${ORG2} -f bin -b ${BTX}/btx/btx -l boot2.ldr \
|
||||
-o boot2.ld -P 1 boot2.bin
|
||||
@ls -l boot2.ld | awk '{ x = 7680 - $$5; \
|
||||
|
Loading…
Reference in New Issue
Block a user