parts: We no longer rebuild mes.

This commit is contained in:
Andrius Štikonas 2021-04-15 00:59:30 +01:00
parent 9f83e1213e
commit 255b783b97
2 changed files with 3 additions and 4 deletions

View file

@ -26,7 +26,7 @@ kaem --verbose --file kaem.run
cp bin/mes-m2 ${MES}
chmod 755 ${MES}
# Recompile Mes and Mes C library using mes-m2 bootstrapped Mes
# Build Mes C library using mes-m2 bootstrapped Mes
# Start with crt1.o
${MES} --no-auto-compile -e main ${bindir}/mescc.scm -- -c -D HAVE_CONFIG_H=1 -I include -I include/linux/x86 lib/linux/x86-mes-mescc/crt1.c