All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: Arun Bhanu <arun@bhanu.net>
Cc: linux-kernel@vger.kernel.org, microblaze-uclinux@itee.uq.edu.au
Subject: Re: [PATCH] microblaze: Add a missing single quote to make 'make help' happy
Date: Fri, 12 Mar 2010 09:44:21 +0100	[thread overview]
Message-ID: <4B99FEE5.4060609@monstr.eu> (raw)
In-Reply-To: <1268382700-18218-1-git-send-email-arun@bhanu.net>

Arun Bhanu wrote:
> 'make ARCH=microblaze help' fails with the following error due to a
> missing single quote.
> 
> /bin/sh: -c: line 0: unexpected EOF while looking for matching `''
> /bin/sh: -c: line 1: syntax error: unexpected end of file
> make: *** [help] Error 2
> 
> Signed-off-by: Arun Bhanu <arun@bhanu.net>

Added to next branch.

Thanks,
Michal


> ---
>  arch/microblaze/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/microblaze/Makefile b/arch/microblaze/Makefile
> index d2d6cfc..f49d8e6 100644
> --- a/arch/microblaze/Makefile
> +++ b/arch/microblaze/Makefile
> @@ -83,7 +83,7 @@ define archhelp
>    echo '* linux.bin    - Create raw binary'
>    echo '  linux.bin.gz - Create compressed raw binary'
>    echo '  simpleImage.<dt> - ELF image with $(arch)/boot/dts/<dt>.dts linked in'
> -  echo '                   - stripped elf with fdt blob
> +  echo '                   - stripped elf with fdt blob'
>    echo '  simpleImage.<dt>.unstrip - full ELF image with fdt blob'
>    echo '  *_defconfig      - Select default config from arch/microblaze/configs'
>    echo ''


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

      reply	other threads:[~2010-03-12  8:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-12  8:31 [PATCH] microblaze: Add a missing single quote to make 'make help' happy Arun Bhanu
2010-03-12  8:44 ` Michal Simek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B99FEE5.4060609@monstr.eu \
    --to=monstr@monstr.eu \
    --cc=arun@bhanu.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=microblaze-uclinux@itee.uq.edu.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.