Re: [PATCH] kconfig: Print errors to stderr in the Makefile

2012-07-13 Thread Michal Marek
Dne 7.7.2012 23:42, Michal Marek napsal(a): > Signed-off-by: Michal Marek > --- > scripts/kconfig/Makefile | 28 ++-- > 1 files changed, 14 insertions(+), 14 deletions(-) Pushed to kbuild.git#kconfig. Michal -- To unsubscribe from this list: send the line "unsubscribe

[PATCH] kconfig: Print errors to stderr in the Makefile

2012-07-07 Thread Michal Marek
Signed-off-by: Michal Marek --- scripts/kconfig/Makefile | 28 ++-- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 7966265..b990e4f 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Mak