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/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",
|
||||
|
|
|
@ -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