All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <masahiroy@kernel.org>
To: Ben Hutchings <ben@decadent.org.uk>
Cc: Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>,
	Riku Voipio <riku.voipio@linaro.org>,
	Michal Marek <michal.lkml@markovi.net>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 4/7] builddeb: avoid invoking sub-shells where possible
Date: Sat, 25 Jan 2020 13:06:05 +0900	[thread overview]
Message-ID: <CAK7LNASmgxQEOdpbbdBxPU58+QZ5Rz6UZpe+1TYJLaHg8pER7g@mail.gmail.com> (raw)
In-Reply-To: <2bedc86669d33dd2e9f3b97954710f1a8139be19.camel@decadent.org.uk>

Hi Ben,

On Wed, Jan 22, 2020 at 4:24 AM Ben Hutchings <ben@decadent.org.uk> wrote:
>
> On Thu, 2020-01-16 at 01:25 +0900, Masahiro Yamada wrote:
> [...]
> > -if is_enabled CONFIG_STACK_VALIDATION; then
> > -     echo tools/objtool/objtool >> debian/hdrobjfiles
> > -fi
> [...]
> > +{
> > +     if is_enabled CONFIG_STACK_VALIDATION; then
> > +             find tools/objtool -type f -executable
> > +     fi
> [...]
>
> And this is still undoing part of patch 1.
>

You are right. I will fix it.



-- 
Best Regards
Masahiro Yamada

  reply	other threads:[~2020-01-25  4:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-15 16:25 [PATCH v2 1/7] builddeb: remove unneeded files in hdrobjfiles for headers package Masahiro Yamada
2020-01-15 16:25 ` [PATCH v2 2/7] builddeb: match temporary directory name to the package name Masahiro Yamada
2020-01-15 16:25 ` [PATCH v2 3/7] builddeb: remove redundant $objtree/ Masahiro Yamada
2020-01-15 16:25 ` [PATCH v2 4/7] builddeb: avoid invoking sub-shells where possible Masahiro Yamada
2020-01-21 19:21   ` Ben Hutchings
2020-01-25  4:05     ` Masahiro Yamada
2020-01-21 19:24   ` Ben Hutchings
2020-01-25  4:06     ` Masahiro Yamada [this message]
2020-01-15 16:25 ` [PATCH v2 5/7] builddeb: remove redundant make for ARCH=um Masahiro Yamada
2020-01-15 16:25 ` [PATCH v2 6/7] builddeb: split kernel headers deployment out into a function Masahiro Yamada
2020-01-15 16:25 ` [PATCH v2 7/7] builddeb: split libc " Masahiro Yamada
2020-01-21 15:48 ` [PATCH v2 1/7] builddeb: remove unneeded files in hdrobjfiles for headers package Masahiro Yamada

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=CAK7LNASmgxQEOdpbbdBxPU58+QZ5Rz6UZpe+1TYJLaHg8pER7g@mail.gmail.com \
    --to=masahiroy@kernel.org \
    --cc=ben@decadent.org.uk \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michal.lkml@markovi.net \
    --cc=riku.voipio@linaro.org \
    /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.