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


Groups > linux.kernel > #1432290 > unrolled thread

[GIT PULL] kbuild regression fix

Started byMichal Marek <mmarek@suse.com>
First post2016-06-27 22:10 +0200
Last post2016-06-27 22:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] kbuild regression fix Michal Marek <mmarek@suse.com> - 2016-06-27 22:10 +0200

#1432290 — [GIT PULL] kbuild regression fix

FromMichal Marek <mmarek@suse.com>
Date2016-06-27 22:10 +0200
Subject[GIT PULL] kbuild regression fix
Message-ID<rOL10-52n-31@gated-at.bofh.it>
Hi Linus,

please pull this kbuild regression fix. The problem is that 9c8fa9bc08f6
("kbuild: fix if_change and friends to consider argument order") fixed a
potential missed rebuild, but this results in unnnecessary rebuilds with
the packaging targets. Which is still more correct than the previous
logic, but also very annoying.

Thanks,
Michal

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes

for you to fetch changes up to b36fad65d61fffe4b662d4bfb1ed673c455a36a2:

  kbuild: Initialize exported variables (2016-06-07 23:39:03 +0200)

----------------------------------------------------------------
Michal Marek (1):
      kbuild: Initialize exported variables

 Makefile | 2 ++
 1 file changed, 2 insertions(+)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web