[coreboot] [PATCH][RESEND] Print what mainboard coreboot is being built for during build

Russell Whitaker russ at ashlandhome.net
Fri Apr 8 00:56:38 CEST 2011



On Thu, 7 Apr 2011, Marc Jones wrote:

> Hi Nickolas,
>
>
>
> On Wed, Apr 6, 2011 at 10:37 AM, Nickolas Lloyd <ntlloyd at uncg.edu> wrote:
>> Sorry about the mangling, I've attached the patch this time.
>>
>
>> +	@echo "Built coreboot for $(CONFIG_MAINBOARD_VENDOR) $(CONFIG_MAINBOARD_PART_NUMBER)"
>
> I think that you want the variables outside the "".
>
At least here the echo command ignores the quotes.
Try this:
   export ARCH=i686
then
   echo my arch is $ARCH
   echo "my arch is $ARCH"
   echo "my arch" is $ARCH
all yeald the same result: my arch is i686

   Russ




More information about the coreboot mailing list