On Mon, 27 Jun 2011 17:01:01 +0200 Fabian Groffen <grob...@gentoo.org> wrote:
> On 27-06-2011 14:08:52 +0000, Justin Lecher wrote: > > Please do not use / as seperater when using sed with CFLAGS. I came > > across a bug today where it failed for crossdev. Here the toolchain > > header paths in the cflags and consowuently the seds fail. > > Please also don't use ':' as separator, as some platforms have options > for their toolchain that includes colons. Then don't do it at all or we could be here til Christmas. That is, do not inject CFLAGS/LDFLAGS/CC/... into any file, but use the file's native variable format so that it picks up the information from the environment. :) jer