Re: [PATCH] kbuild: Do not overwrite include/config/kernel.release needlessly

2013-08-28 Thread Michal Marek
On 27.8.2013 15:53, Michal Marek wrote: > Use filechk to detect if the content changed or not. > > Signed-off-by: Michal Marek > --- > Makefile | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) I merged this to kbuild.git#kbuild now. Thanks, Michal -- To unsubscribe from this

Re: [PATCH] kbuild: Do not overwrite include/config/kernel.release needlessly

2013-08-28 Thread Michal Marek
On 27.8.2013 15:53, Michal Marek wrote: Use filechk to detect if the content changed or not. Signed-off-by: Michal Marek mma...@suse.cz --- Makefile | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) I merged this to kbuild.git#kbuild now. Thanks, Michal -- To unsubscribe from

[PATCH] kbuild: Do not overwrite include/config/kernel.release needlessly

2013-08-27 Thread Michal Marek
Use filechk to detect if the content changed or not. Signed-off-by: Michal Marek --- Makefile | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4e3575c..3aa232f 100644 --- a/Makefile +++ b/Makefile @@ -794,10 +794,13 @@ PHONY += $(vmlinux-dirs)

[PATCH] kbuild: Do not overwrite include/config/kernel.release needlessly

2013-08-27 Thread Michal Marek
Use filechk to detect if the content changed or not. Signed-off-by: Michal Marek mma...@suse.cz --- Makefile | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4e3575c..3aa232f 100644 --- a/Makefile +++ b/Makefile @@ -794,10 +794,13 @@ PHONY +=