]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahi...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 May 2017 03:41:43 +0000 (20:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 May 2017 03:41:43 +0000 (20:41 -0700)
Pull misc Kbuild updates from Masahiro Yamada:

 - clean up builddeb script

 - use full path for KBUILD_IMAGE to fix rpm-pkg build

 - fix objdiff tool to ignore debug info

* tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
  builddeb: fix typo
  builddeb: Update a few outdated and hardcoded strings
  deb-pkg: Remove the KBUILD_IMAGE workaround
  unicore32: Use full path in KBUILD_IMAGE definition
  sh: Use full path in KBUILD_IMAGE definition
  arc: Use full path in KBUILD_IMAGE definition
  arm: Use full path in KBUILD_IMAGE definition
  arm64: Use full path in KBUILD_IMAGE definition
  scripts: objdiff: Ignore debug info when comparing

1  2 
arch/arm64/Makefile
scripts/package/builddeb

Simple merge
index 676fc10c9514c5370bcb2ecf2901e03baaf432a6,3407826f2a99d46fa1e4e85a6e144fdc7e420f0b..aad67000e4dd76796894cbd1975d087c559ecc5c
@@@ -262,10 -257,10 +257,10 @@@ EO
  cat <<EOF > debian/copyright
  This is a packacked upstream version of the Linux kernel.
  
 -The sources may be found at most Linux ftp sites, including:
 -ftp://ftp.kernel.org/pub/linux/kernel
 +The sources may be found at most Linux archive sites, including:
 +https://www.kernel.org/pub/linux/kernel
  
- Copyright: 1991 - 2015 Linus Torvalds and others.
+ Copyright: 1991 - 2017 Linus Torvalds and others.
  
  The git repository for mainline kernel development is at:
  git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git