Re: [PATCH] Makefile: allow no update .config build

2013-03-28 Thread li guang
在 2013-03-28四的 10:13 -0700,Randy Dunlap写道: > On 03/28/13 00:28, liguang wrote: > > if we pull some commits from other git repo > > which bring in a few CONFIG_* options, then > > we have to build all again, but we do assure > > these options are not interesting for us, > > so the long waiting

Re: [PATCH] Makefile: allow no update .config build

2013-03-28 Thread Randy Dunlap
On 03/28/13 00:28, liguang wrote: > if we pull some commits from other git repo > which bring in a few CONFIG_* options, then > we have to build all again, but we do assure > these options are not interesting for us, > so the long waiting build will be offending. > this change help us to avoid

[PATCH] Makefile: allow no update .config build

2013-03-28 Thread liguang
if we pull some commits from other git repo which bring in a few CONFIG_* options, then we have to build all again, but we do assure these options are not interesting for us, so the long waiting build will be offending. this change help us to avoid all-build. Signed-off-by: liguang --- Makefile

Re: [PATCH] Makefile: allow no update .config build

2013-03-28 Thread Randy Dunlap
On 03/28/13 00:28, liguang wrote: if we pull some commits from other git repo which bring in a few CONFIG_* options, then we have to build all again, but we do assure these options are not interesting for us, so the long waiting build will be offending. this change help us to avoid

Re: [PATCH] Makefile: allow no update .config build

2013-03-28 Thread li guang
在 2013-03-28四的 10:13 -0700,Randy Dunlap写道: On 03/28/13 00:28, liguang wrote: if we pull some commits from other git repo which bring in a few CONFIG_* options, then we have to build all again, but we do assure these options are not interesting for us, so the long waiting build will be

[PATCH] Makefile: allow no update .config build

2013-03-28 Thread liguang
if we pull some commits from other git repo which bring in a few CONFIG_* options, then we have to build all again, but we do assure these options are not interesting for us, so the long waiting build will be offending. this change help us to avoid all-build. Signed-off-by: liguang