search for: 6cd5ba6

Displaying 1 result from an estimated 1 matches for "6cd5ba6".

Did you mean: 6c95b56
2019 Jan 20
0
[klibc:master] Build and install kinit and sh without ".shared" suffix
...x.c $(Q): +# Clean deletes the static and shared dir +clean-dirs := static shared + # Targets to install ifdef KLIBCSHAREDFLAGS -install-y := sh.shared +install-y := shared/sh else -install-y := sh +install-y := static/sh endif diff --git a/usr/kinit/Kbuild b/usr/kinit/Kbuild index 84a636a..6cd5ba6 100644 --- a/usr/kinit/Kbuild +++ b/usr/kinit/Kbuild @@ -5,21 +5,21 @@ # library part of kinit. Is used by programs in sub-directories (resume et al) lib-y := name_to_dev.o devname.o getarg.o capabilities.o # use lib for kinit -kinit-y := lib.a +static/kinit-y := lib.a -kinit-y += kinit.o...