search for: 32aec84

Displaying 2 results from an estimated 2 matches for "32aec84".

Did you mean: 32ae584
2019 Jan 18
0
[klibc:master] Kbuild.install: Copy UAPI headers instead of reinstalling them
...el.org> Link: https://www.zytor.com/pipermail/klibc/2019-January/004033.html Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- scripts/Kbuild.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Kbuild.install b/scripts/Kbuild.install index bafd423..32aec84 100644 --- a/scripts/Kbuild.install +++ b/scripts/Kbuild.install @@ -95,7 +95,7 @@ header: $(Q)mkdir -p $(INSTALLROOT)$(INSTALLDIR)/$(KCROSS)include $(Q)mkdir -p $(INSTALLROOT)$(INSTALLDIR)/$(KCROSS)lib $(Q)mkdir -p $(INSTALLROOT)$(INSTALLDIR)/$(KCROSS)bin - $(Q)$(MAKE) -C $(KLIBCKERNELSRC) A...
2019 Jan 20
0
[klibc:master] Build and install shared binaries only if KLIBCSHAREDFLAGS is defined
...Kbuild | 4 ++++ usr/kinit/resume/Kbuild | 4 ++++ usr/kinit/run-init/Kbuild | 4 ++++ usr/klibc/Kbuild | 12 ++++++++++-- usr/utils/Kbuild | 11 +++++++++-- 11 files changed, 58 insertions(+), 6 deletions(-) diff --git a/scripts/Kbuild.install b/scripts/Kbuild.install index 32aec84..c2b63f1 100644 --- a/scripts/Kbuild.install +++ b/scripts/Kbuild.install @@ -33,8 +33,15 @@ ifeq ($(KLIBC_INSTALL),1) # Reset variables (to get right type of assingment) subdir- := +# Read .config if it exist, otherwise ignore +-include $(objtree)/.config + # Include Kbuild file include $(sr...