[GIT PULL] kbuild regression fix

From: Michal Marek
Date: Mon Jun 27 2016 - 16:09:53 EST


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(+)