From 0d94776c4601839211f7d0a211539d5dbcb2615d Mon Sep 17 00:00:00 2001 From: "Justin C. Miller" Date: Sun, 9 Aug 2020 17:23:14 -0700 Subject: [PATCH] [build] Remove makest from build script Removing the outdated reference to makest from the build scripts, which should have been removed as part of the build_symbol_table.py change. --- scripts/templates/build.ninja.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/templates/build.ninja.j2 b/scripts/templates/build.ninja.j2 index 85456b7..e3af2ac 100644 --- a/scripts/templates/build.ninja.j2 +++ b/scripts/templates/build.ninja.j2 @@ -190,8 +190,7 @@ build $builddir/fatroot/jsix.elf : cp $builddir/jsix.elf build $builddir/fatroot/efi/boot/bootx64.efi : cp $builddir/boot/boot.efi name = bootloader to FAT image -build ${builddir}/symbol_table.dat : makest ${builddir}/jsix.elf | $ - ${builddir}/native/makest +build ${builddir}/symbol_table.dat : makest ${builddir}/jsix.elf build $builddir/fatroot/initrd.img : makerd ${srcroot}/assets/initrd.toml | $ ${builddir}/native/makerd $