Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1386617

Re: [PATCH] kbuild: fix call to adjust_autoksyms.sh when output directory specified

From Nicolas Pitre <nicolas.pitre@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH] kbuild: fix call to adjust_autoksyms.sh when output directory specified
Date 2016-04-25 18:10 +0200
Message-ID <rrRfb-hZ-3@gated-at.bofh.it> (permalink)
References <rrR5w-8ma-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, 25 Apr 2016, Nicolas Ferre wrote:

> When a different output directory is specified during the build process (with
> O= or KBUILD_OUTPUT), the call to adjust_autoksyms.sh script fails with the
> following error:
> /bin/sh scripts/adjust_autoksyms.sh \
> 	  "make KBUILD_MODULES=1 -f ../Makefile autoksyms_recursive"
> 	  /bin/sh: scripts/adjust_autoksyms.sh: No such file or directory
> 	  make[2]: *** [vmlinux] Error 127
> 	  make[1]: *** [sub-make] Error 2
> 	  make: *** [__sub-make] Error 2
[...]

I posted a few fixes for this and some other issues already.

You may grab them all at once from this branch where I committed them on 
top of Michal's kbuild branch:

        git://git.linaro.org/people/nicolas.pitre/linux kbuild


Nicolas

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] kbuild: fix call to adjust_autoksyms.sh when output directory specified Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-04-25 18:00 +0200
  Re: [PATCH] kbuild: fix call to adjust_autoksyms.sh when output  directory specified Nicolas Pitre <nicolas.pitre@linaro.org> - 2016-04-25 18:10 +0200

csiph-web