* tools/bootconfig: Create missing directories in Makefile install object if needed
@ 2020-09-25 15:09 Thomas Renninger
2020-09-26 2:30 ` Masami Hiramatsu
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Renninger @ 2020-09-25 15:09 UTC (permalink / raw)
To: linux-pm; +Cc: rafael, Masami Hiramatsu
Signed-off-by: Thomas Renninger <trenn@suse.de>
---
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)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: tools/bootconfig: Create missing directories in Makefile install object if needed
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
0 siblings, 0 replies; 2+ messages in thread
From: Masami Hiramatsu @ 2020-09-26 2:30 UTC (permalink / raw)
To: Thomas Renninger; +Cc: linux-pm, rafael, Masami Hiramatsu
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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-26 2:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox