Moved the setjmp functions into the new pure directoy.

This commit is contained in:
David Given 2018-06-21 22:55:42 +02:00
parent 32f47b1d24
commit f9c059812b
5 changed files with 2 additions and 7 deletions

View file

@ -36,15 +36,14 @@ for _, plat in ipairs(vars.plats) do
"./pure/string/*.c",
"./pure/stdlib/*.c",
"./pure/locale/*.c",
"./pure/setjmp/*.c",
"./pure/setjmp/*.e",
"./ctype/*.c",
"./errno/*.c",
"./locale/*.c",
"./malloc/*.c",
"./math/*.c", -- hypot.c
"./math/*.e",
"./misc/environ.c", -- don't build everything here as it's all obsolete
"./setjmp/*.c",
"./setjmp/*.e",
"./signal/*.c",
"./assert/*.c",
"./stdio/*.c",

View file

@ -1,2 +0,0 @@
setjmp.e
sigmisc.c

View file

@ -1,2 +0,0 @@
clean:
rm -f setjmp.o sigmisc.o OLIST