This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Added documentation for --with-grep


Fabian, list,

On Tue, Aug 26, 2014 at 7:06 PM, Fabian Freyer
<fabian.freyer@physik.tu-berlin.de> wrote:
> Hi All,
>
> This patch adds documentation for the --with-grep option.
>
> Regards,
> Fabian Freyer
>
> From ee0df4acaf860d6520209bae6644a22acbab98d0 Mon Sep 17 00:00:00 2001
> From: Fabian Freyer <fabian.freyer@physik.tu-berlin.de>
> Signed-off-by: "Fabian Freyer" <fabian.freyer@physik.tu-berlin.de>
> Date: Wed, 27 Aug 2014 04:01:26 +0200
> Subject: [PATCH] Added documentation for --with-grep

Don't forget the SoB.

I use vim, and so I found a plugin called snipmate.
I'll be it, my version is a bit older, but it has the addition
snippets for adding your signed-off-by, and others:

https://github.com/bhundven/snipmate.vim/commits/master

Cheers,

-Bryan

> ---
>  docs/C - Misc. tutorials.txt | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/docs/C - Misc. tutorials.txt b/docs/C - Misc. tutorials.txt
> index d3c9506..0a827d2 100644
> --- a/docs/C - Misc. tutorials.txt
> +++ b/docs/C - Misc. tutorials.txt
> @@ -91,6 +91,7 @@ toolchain on MacOS as host.
>                 --with-objcopy=/opt/local/bin/gobjcopy         \
>                 --with-objdump=/opt/local/bin/gobjdump         \
>                 --with-readelf=/opt/local/bin/greadelf         \
> +               --with-grep=/opt/local/bin/ggrep               \
>                 [...other configure parameters as you like...]
>
>  6) proceed as described in standard documentation
> --
> 1.8.5.2 (Apple Git-48)
>

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]