Re: [PATCH] Makefile: sort list of defconfig targets in make help output

2014-11-28 Thread Michal Marek
On Tue, Nov 18, 2014 at 03:03:37PM +0300, Konstantin Khlebnikov wrote: > On 2014-10-28 16:18, Konstantin Khlebnikov wrote: > >Without sorting this list is completely unreadable for ARCH=arm. > > Bump. Applied to kbuild.git#kbuild now, sorry for the delay. Michal -- To unsubscribe from this

Re: [PATCH] Makefile: sort list of defconfig targets in make help output

2014-11-28 Thread Michal Marek
On Tue, Nov 18, 2014 at 03:03:37PM +0300, Konstantin Khlebnikov wrote: On 2014-10-28 16:18, Konstantin Khlebnikov wrote: Without sorting this list is completely unreadable for ARCH=arm. Bump. Applied to kbuild.git#kbuild now, sorry for the delay. Michal -- To unsubscribe from this list:

Re: [PATCH] Makefile: sort list of defconfig targets in make help output

2014-11-18 Thread Konstantin Khlebnikov
On 2014-10-28 16:18, Konstantin Khlebnikov wrote: Without sorting this list is completely unreadable for ARCH=arm. Bump. Just feel the difference. Before: khlebnikov@buzz:~/src/linux-arm$ make ARCH=arm help Cleaning targets: clean - Remove most generated files but keep the config

Re: [PATCH] Makefile: sort list of defconfig targets in make help output

2014-11-18 Thread Konstantin Khlebnikov
On 2014-10-28 16:18, Konstantin Khlebnikov wrote: Without sorting this list is completely unreadable for ARCH=arm. Bump. Just feel the difference. Before: khlebnikov@buzz:~/src/linux-arm$ make ARCH=arm help Cleaning targets: clean - Remove most generated files but keep the config

[PATCH] Makefile: sort list of defconfig targets in make help output

2014-10-28 Thread Konstantin Khlebnikov
Without sorting this list is completely unreadable for ARCH=arm. Signed-off-by: Konstantin Khlebnikov --- Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52c1297..63f05dc 100644 --- a/Makefile +++ b/Makefile @@ -1234,7 +1234,7 @@ rpm:

[PATCH] Makefile: sort list of defconfig targets in make help output

2014-10-28 Thread Konstantin Khlebnikov
Without sorting this list is completely unreadable for ARCH=arm. Signed-off-by: Konstantin Khlebnikov k.khlebni...@samsung.com --- Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52c1297..63f05dc 100644 --- a/Makefile +++ b/Makefile @@