Re: [OpenWrt-Devel] [PATCH] Use build suffix on build_dir paths

2012-04-10 Thread John Crispin
On 10/04/12 08:53, John Crispin wrote: > On 10/04/12 08:04, Tathagata Das wrote: >> diff -Naur a/include/kernel.mk b/include/kernel.mk >> --- a/include/kernel.mk 2012-04-05 13:10:50.0 +0530 >> +++ b/include/kernel.mk 2012-04-06 16:09:18.0 +0530 >> @@ -33,7 +33,7 @@ >>

Re: [OpenWrt-Devel] [PATCH] Use build suffix on build_dir paths

2012-04-09 Thread John Crispin
On 10/04/12 08:04, Tathagata Das wrote: > diff -Naur a/include/kernel.mk b/include/kernel.mk > --- a/include/kernel.mk 2012-04-05 13:10:50.0 +0530 > +++ b/include/kernel.mk 2012-04-06 16:09:18.0 +0530 > @@ -33,7 +33,7 @@ > PATCH_DIR ?= ./patches$(if $(wildcard > ./

[OpenWrt-Devel] [PATCH] Use build suffix on build_dir paths

2012-04-09 Thread Tathagata Das
Hi, This patch helps to use build suffix on build_dir paths if it is defined else use subtarget. Defining model names on build suffix helps in building one or more pre-defined configurations (.config) of same platform in same build path without doing a clean. This preserves each models target