[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.
This commit is contained in:
2020-08-09 17:23:14 -07:00
parent 565a5ee960
commit 0d94776c46

View File

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