[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070913200506.GA11582@puku.stupidest.org>
Date: Thu, 13 Sep 2007 13:05:06 -0700
From: Chris Wedgwood <cw@...f.org>
To: Oleg Verych <olecom@...wer.upol.cz>
Cc: Sam Ravnborg <sam@...nborg.org>,
LKML <linux-kernel@...r.kernel.org>, davej@...hat.com,
Eric Sandeen <sandeen@...deen.net>
Subject: Re: [RFC PATCH] Add a 'minimal tree install' target
On Thu, Sep 13, 2007 at 10:17:27PM +0200, Oleg Verych wrote:
> That particular one-line `ALTARCH := i386' of course can be matched
> simpler, because there's only *one* (as written above) whitespace and no
> make's assignment variations,
The goal is to extract the RHS from ALTARCH := ...
> Also, please take a look on man isspace(). It matches much more
> characters, than necessary for ordinary syntax whitespace.
Good point.
> Using [:blank:] (i.e. tab and space, with no options) is OK. Last
> thing: i'm not sure, what that `+' is. I stick to BRE in sed, as it
> should be, so just don't know what it does.
The \+ was misplaced :-) I typed that very quickly and didn't think to
hard.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists