make: Build GRUB after packages are built
The `build-grub.sh` script needs the GRUB image from the target build root.dev/gentoo
parent
4a27f46e68
commit
6fff371b81
2
Makefile
2
Makefile
|
@ -91,7 +91,7 @@ kernel: $(O)/linux/arch/arm64/boot/Image.gz
|
||||||
$(O)/efi-part/EFI/BOOT/BOOTAA64.efi: \
|
$(O)/efi-part/EFI/BOOT/BOOTAA64.efi: \
|
||||||
build-grub.sh \
|
build-grub.sh \
|
||||||
grub.cfg \
|
grub.cfg \
|
||||||
$(O)/.prepared
|
$(O)/.built
|
||||||
./build-grub.sh "$(O)"
|
./build-grub.sh "$(O)"
|
||||||
|
|
||||||
grub: $(O)/efi-part/EFI/BOOT/BOOTAA64.efi
|
grub: $(O)/efi-part/EFI/BOOT/BOOTAA64.efi
|
||||||
|
|
Loading…
Reference in New Issue