public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
From: Masami Hiramatsu <mhiramat@kernel.org>
To: Thomas Renninger <trenn@suse.de>
Cc: linux-pm@vger.kernel.org, rafael@kernel.org,
	Masami Hiramatsu <mhiramat@kernel.org>
Subject: Re: tools/bootconfig: Create missing directories in Makefile install object if needed
Date: Sat, 26 Sep 2020 11:30:41 +0900	[thread overview]
Message-ID: <20200926113041.d0ce430c3b3e4c76cf4e857a@kernel.org> (raw)
In-Reply-To: <2482827.XuMzNZMSYQ@c100>

On Fri, 25 Sep 2020 17:09:09 +0200
Thomas Renninger <trenn@suse.de> wrote:

> Signed-off-by: Thomas Renninger <trenn@suse.de>

Looks good to me.

Acked-by: Masami Hiramatsu <mhiramat@kernel.org>

Thanks!

> 
> ---
>  tools/bootconfig/Makefile |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/tools/bootconfig/Makefile
> +++ b/tools/bootconfig/Makefile
> @@ -24,7 +24,7 @@
>  	./test-bootconfig.sh $(OUTPUT)
>  
>  install: $(ALL_PROGRAMS)
> -	install $(OUTPUT)bootconfig $(DESTDIR)$(bindir)
> +	install -D $(OUTPUT)bootconfig $(DESTDIR)$(bindir)/bootconfig
>  
>  clean:
>  	$(RM) -f $(OUTPUT)*.o $(ALL_PROGRAMS)
> 
> 
> 


-- 
Masami Hiramatsu <mhiramat@kernel.org>

      reply	other threads:[~2020-09-26  2:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-25 15:09 tools/bootconfig: Create missing directories in Makefile install object if needed Thomas Renninger
2020-09-26  2:30 ` Masami Hiramatsu [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=20200926113041.d0ce430c3b3e4c76cf4e857a@kernel.org \
    --to=mhiramat@kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rafael@kernel.org \
    --cc=trenn@suse.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox