ailure in
> examples/standalone
>
> > -Original Message-
> > From: Peter Tyser [mailto:pty...@xes-inc.com]
> > Sent: Monday, November 09, 2009 10:58 PM
> > To: Premi, Sanjeev
> > Cc: u-boot@lists.denx.de
> > Subject: Re: [U-Boot] [PATCH v2] Fi
> -Original Message-
> From: Peter Tyser [mailto:pty...@xes-inc.com]
> Sent: Monday, November 09, 2009 10:58 PM
> To: Premi, Sanjeev
> Cc: u-boot@lists.denx.de
> Subject: Re: [U-Boot] [PATCH v2] Fix build failure in
> examples/standalone
>
> Hi Sanjeev,
>
Dear Sanjeev Premi,
In message <1257786780-9618-1-git-send-email-pr...@ti.com> you wrote:
> Some versions of 'make' do not handle trailing white-spaces
> properly. Trailing spaces in ELF causes a 'fake' source to
> be added to the variable COBJS; leading to build failure
> (listed below). The prob
On Monday 16 November 2009 11:04:30 Premi, Sanjeev wrote:
> From: Premi, Sanjeev
> > +ElF := $(strip $(ELF-y) $(ELF-$(ARCH)) $(ELF-$(BOARD)) $(ELF-$(CPU)))
>
> Just wanted to check if this update is okay?
i'm guessing you missed peter's e-mail pointing out bugs in this change
-mike
signature.as
Dear "Paulraj, Sandeep",
In message <0554bef07d437848af01b9c9b5f0bc5d942dc...@dlee01.ent.ti.com> you
wrote:
>
> > > +ElF := $(strip $(ELF-y) $(ELF-$(ARCH)) $(ELF-$(BOARD)) $(ELF-$(CPU)))
--
> If this is OK with everybody I'd like to push this to u-boot-ti.
The patch is NOT ok, there is
> >
> > Some versions of 'make' do not handle trailing white-spaces
> > properly. Trailing spaces in ELF causes a 'fake' source to
> > be added to the variable COBJS; leading to build failure
> > (listed below). The problem was found with GNU Make 3.80.
> >
> > Using text-function 'strip' as a wo
> -Original Message-
> From: Premi, Sanjeev
> Sent: Monday, November 09, 2009 10:43 PM
> To: u-boot@lists.denx.de
> Cc: Premi, Sanjeev
> Subject: [PATCH v2] Fix build failure in examples/standalone
>
> Some versions of 'make' do not handle trailing white-spaces
> properly. Trailing spaces
Hi Sanjeev,
>
> -ELF := $(ELF-y) $(ELF-$(ARCH)) $(ELF-$(BOARD)) $(ELF-$(CPU))
> +#
> +# Some versions of make do not handle trailing white spaces properly;
> +# leading to build failures. The problem was found with GNU Make 3.80.
> +# Using 'strip' as a workaround for the problem.
> +#
> +ElF
Some versions of 'make' do not handle trailing white-spaces
properly. Trailing spaces in ELF causes a 'fake' source to
be added to the variable COBJS; leading to build failure
(listed below). The problem was found with GNU Make 3.80.
Using text-function 'strip' as a workaround for the problem.
ma
9 matches
Mail list logo