All of lore.kernel.org
 help / color / mirror / Atom feed
From: Igor de Souza Santos <igor.santos@aker.com.br>
To: Khem Raj <raj.khem@gmail.com>
Cc: "openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/2] ctags: add
Date: Thu, 7 May 2015 13:48:40 -0300	[thread overview]
Message-ID: <554B9768.6050208@aker.com.br> (raw)
In-Reply-To: <3FF1E51B-2E08-4368-AC33-41D73EA2EDC6@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 952 bytes --]

On 07-05-2015 03:28, Khem Raj wrote:
>> On May 6, 2015, at 2:38 PM, Igor Santos<igor.santos@aker.com.br>  wrote:
>>
>> +do_install() {
>> +    install -d ${D}${bindir}
>> +    install -m 755 ${B}/ctags ${D}${bindir}/
>> +    install -d ${D}${mandir}/man1/
>> +    install -m 644 ${B}/ctags.1 ${D}${mandir}/man1/
>> +}
> you could just bundle whole function into two lines
>
> install -Dm 0755 ${B}/ctags ${D}${bindir}/ctags
> install -Dm 0644 ${B}/ctags.1 ${D}${mandir}/man1/ctags.1
>
>
>
>
> Para maiores informações, entre em contato com seu administrador de rede
> Pontuação de spam: 0.0%
> Para classificar esta mensagem como spam clique no link a seguir:http://asmg.aker.com.br/webgui/train.php?id=&type=spam
> Para classificar esta mensagem como não spam clique no link a seguir:http://asmg.aker.com.br/webgui/train.php?id=&type=ham
> Gerado por Aker Secure Mail Gateway -http://www.aker.com.br
Thank you for the tip!
-- 

[-- Attachment #2.1: Type: text/html, Size: 1808 bytes --]

[-- Attachment #2.2: Type: image/jpeg, Size: 19700 bytes --]

  reply	other threads:[~2015-05-07 16:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-06 21:38 [PATCH 0/2] Add ctags and cscope Igor Santos
2015-05-06 21:38 ` [PATCH 1/2] ctags: add Igor Santos
2015-05-07  6:28   ` Khem Raj
2015-05-07 16:48     ` Igor de Souza Santos [this message]
2015-05-06 21:38 ` [PATCH 2/2] cscope: add Igor Santos
2015-05-07 21:20   ` Otavio Salvador
2015-05-07 15:12 ` [PATCH 0/2] Add ctags and cscope Burton, Ross
2015-05-07 16:30   ` Otavio Salvador
2015-05-07 16:40     ` Igor de Souza Santos

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=554B9768.6050208@aker.com.br \
    --to=igor.santos@aker.com.br \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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.