search for: a11d1e6

Displaying 2 results from an estimated 2 matches for "a11d1e6".

2019 Jan 18
0
[klibc:master] Makefile: Update help text for KLIBCKERNELSRC
...flect this but the rest of the help text has not. Link: https://www.zytor.com/pipermail/klibc/2019-January/004032.html Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index a11d1e6..09f531e 100644 --- a/Makefile +++ b/Makefile @@ -99,10 +99,10 @@ $(objtree)/.config: $(srctree)/defconfig @false $(KLIBCKERNELSRC): - @echo "Cannot find kernel sources." - @echo "Either make a 'linux' symlink point to a kernel tree " - @echo "configured for th...
2019 Jan 18
0
[klibc:master] Kbuild: Remove KLIBCKERNELOBJ variable
...usr/klibc/arch/i386/MCONFIG | 3 --- usr/klibc/arch/ppc/MCONFIG | 3 --- usr/klibc/arch/ppc64/MCONFIG | 3 --- usr/klibc/arch/riscv64/MCONFIG | 2 -- usr/klibc/arch/x86_64/MCONFIG | 3 --- 7 files changed, 3 insertions(+), 21 deletions(-) diff --git a/Makefile b/Makefile index 4386135..a11d1e6 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,6 @@ export VERSION := $(shell cat $(srctree)/$(KLIBCSRC)/version) export KLIBCINC := usr/include export KLIBCOBJ := usr/klibc export KLIBCKERNELSRC ?= linux -export KLIBCKERNELOBJ ?= $(KLIBCKERNELSRC) export VPATH := $(srctree) @@ -135,7 +1...