[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20131218101523.GP13532@twins.programming.kicks-ass.net>
Date: Wed, 18 Dec 2013 11:15:23 +0100
From: Peter Zijlstra <peterz@...radead.org>
To: Geert Uytterhoeven <geert@...ux-m68k.org>
Cc: David Miller <davem@...emloft.net>,
Stephen Rothwell <sfr@...b.auug.org.au>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
Linux-Next <linux-next@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
ffusco@...hat.com, dborkman@...hat.com, tgraf@...hat.com
Subject: Re: linux-next: build failure after merge of the net-next tree
On Wed, Dec 18, 2013 at 09:33:47AM +0100, Geert Uytterhoeven wrote:
> On Wed, Dec 18, 2013 at 3:30 AM, David Miller <davem@...emloft.net> wrote:
> > diff --git a/arch/alpha/include/asm/Kbuild b/arch/alpha/include/asm/Kbuild
> > index f01fb50..a73a8e2 100644
> > --- a/arch/alpha/include/asm/Kbuild
> > +++ b/arch/alpha/include/asm/Kbuild
> > @@ -4,3 +4,4 @@ generic-y += clkdev.h
> > generic-y += exec.h
> > generic-y += trace_clock.h
> > generic-y += preempt.h
> > +generic-y += hash.h
>
> Please keep them sorted.
>
> Yes, Peter violated that too, when adding preempt.h.
So what I did was something like:
for i in arch/*/include/asm/Kbuild
do
echo "generic-y += preempt.h" >> $i
done
Whoever is going to hand edit all gazillion archs for changes like that?
And sort(1) is annoying in that it doesn't do in-place sort; you'll end
up with empty files if you try the naive thing.
Worse most of those Kbuild files include other random garbage, which
makes automated sorting harder still.
So unless there's a sane and easy way to keep it sorted; I'm going to
ignore that rule.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists