mbox series

[GIT,PULL] Kbuild fixes for v5.9-rc4

Message ID CAK7LNARx_s1pyrU=PKSWLr6nX7=+=U78OjXVNdX7B2-bXzpX6Q@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v5.9-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v5.9-2

Message

Masahiro Yamada Sept. 4, 2020, 12:21 p.m. UTC
Hi Linus,

Please pull Kbuild fixes.
Thanks.



The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:

  Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v5.9-2

for you to fetch changes up to 163e0c27fead96fd6804fa59a55fc4f841d38db8:

  kconfig: remove redundant assignment prompt = prompt (2020-09-03
12:21:22 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.9 (2nd)

 - fix documents

 - fix warning in 'make localmodconfig'

----------------------------------------------------------------
Denis Efremov (1):
      kconfig: remove redundant assignment prompt = prompt

Nathan Chancellor (1):
      Documentation/llvm: Improve formatting of commands, variables,
and arguments

Randy Dunlap (2):
      kconfig: streamline_config.pl: check defined(ENV variable) before using it
      kbuild: Documentation: clean up makefiles.rst

 Documentation/kbuild/llvm.rst        | 26 +++++++++++++-------------
 Documentation/kbuild/makefiles.rst   | 18 +++++++++---------
 scripts/kconfig/nconf.c              |  1 -
 scripts/kconfig/streamline_config.pl |  5 ++++-
 4 files changed, 26 insertions(+), 24 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 4, 2020, 8:49 p.m. UTC | #1
The pull request you sent on Fri, 4 Sep 2020 21:21:15 +0900:

> git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v5.9-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/41bef91c8aa351255cd19e7e72608ee86f7f4bab

Thank you!