Moved the setjmp functions into the new pure directoy.
This commit is contained in:
parent
32f47b1d24
commit
f9c059812b
|
@ -36,15 +36,14 @@ for _, plat in ipairs(vars.plats) do
|
||||||
"./pure/string/*.c",
|
"./pure/string/*.c",
|
||||||
"./pure/stdlib/*.c",
|
"./pure/stdlib/*.c",
|
||||||
"./pure/locale/*.c",
|
"./pure/locale/*.c",
|
||||||
|
"./pure/setjmp/*.c",
|
||||||
|
"./pure/setjmp/*.e",
|
||||||
"./ctype/*.c",
|
"./ctype/*.c",
|
||||||
"./errno/*.c",
|
"./errno/*.c",
|
||||||
"./locale/*.c",
|
|
||||||
"./malloc/*.c",
|
"./malloc/*.c",
|
||||||
"./math/*.c", -- hypot.c
|
"./math/*.c", -- hypot.c
|
||||||
"./math/*.e",
|
"./math/*.e",
|
||||||
"./misc/environ.c", -- don't build everything here as it's all obsolete
|
"./misc/environ.c", -- don't build everything here as it's all obsolete
|
||||||
"./setjmp/*.c",
|
|
||||||
"./setjmp/*.e",
|
|
||||||
"./signal/*.c",
|
"./signal/*.c",
|
||||||
"./assert/*.c",
|
"./assert/*.c",
|
||||||
"./stdio/*.c",
|
"./stdio/*.c",
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
setjmp.e
|
|
||||||
sigmisc.c
|
|
|
@ -1,2 +0,0 @@
|
||||||
clean:
|
|
||||||
rm -f setjmp.o sigmisc.o OLIST
|
|
Loading…
Reference in a new issue