Re: [PATCH] kbuild: fix dependency generation

2007-04-01 Thread Sam Ravnborg
> > + * the files representing changed config options are touched > > + * which thern let make pick up the changes and the files that uses > ^ then? ^ use? > > + * the config symbols are rebuild. > ^ rebuilt? >

Re: [PATCH] kbuild: fix dependency generation

2007-04-01 Thread Oleg Verych
> From: Sam Ravnborg > Newsgroups: gmane.linux.kernel > Subject: [PATCH] kbuild: fix dependency generation > Date: Sun, 1 Apr 2007 12:45:51 +0200 > [] > scripts/basic/fixdep.c | 10 +++--- > 1 files changed, 7 insertions(+), 3 deletions(-) > > diff --git a/scripts/basic/fixdep.c b/scripts/ba