search for: c0f8dcb

Displaying 1 result from an estimated 1 matches for "c0f8dcb".

Did you mean: c0f8dcb5
2019 Jan 20
0
[klibc:master] Build and install kinit and sh without ".shared" suffix
...(unsuffixed) name. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/dash/Kbuild | 19 +++++++++++-------- usr/kinit/Kbuild | 33 ++++++++++++++++++--------------- 2 files changed, 29 insertions(+), 23 deletions(-) diff --git a/usr/dash/Kbuild b/usr/dash/Kbuild index 8682c0d..c0f8dcb 100644 --- a/usr/dash/Kbuild +++ b/usr/dash/Kbuild @@ -18,22 +18,22 @@ init-o-files := alias.o arith_yacc.o arith_yylex.o cd.o error.o eval.o exec.o ex gen-o-files := builtins.o init.o nodes.o syntax.o -sh-y := $(init-o-files) $(gen-o-files) +static/sh-y := $(init-o-files) $(gen-o-files) ho...