* [PATCH] Display barebox instead of kernel in build message
@ 2018-10-31 14:22 Clément Leger
2018-11-02 6:28 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Clément Leger @ 2018-10-31 14:22 UTC (permalink / raw)
To: Barebox List
Build script are coming from the kernel and as such, refers to the
sources as "kernel". For the sake of correctness, display "barebox"
instead.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 70d501ba5..db474af50 100644
--- a/Makefile
+++ b/Makefile
@@ -807,7 +807,7 @@ PHONY += prepare-all
# 1) Check that make has not been executed in the kernel src $(srctree)
prepare3: include/config/kernel.release
ifneq ($(KBUILD_SRC),)
- @echo ' Using $(srctree) as source for kernel'
+ @echo ' Using $(srctree) as source for barebox'
$(Q)if [ -f $(srctree)/.config -o -d $(srctree)/include/config ]; then \
echo " $(srctree) is not clean, please run 'make mrproper'";\
echo " in the '$(srctree)' directory.";\
--
2.15.0.276.g89ea799
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Display barebox instead of kernel in build message
2018-10-31 14:22 [PATCH] Display barebox instead of kernel in build message Clément Leger
@ 2018-11-02 6:28 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2018-11-02 6:28 UTC (permalink / raw)
To: Clément Leger; +Cc: Barebox List
On Wed, Oct 31, 2018 at 03:22:12PM +0100, Clément Leger wrote:
> Build script are coming from the kernel and as such, refers to the
> sources as "kernel". For the sake of correctness, display "barebox"
> instead.
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks
Sascha
>
> diff --git a/Makefile b/Makefile
> index 70d501ba5..db474af50 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -807,7 +807,7 @@ PHONY += prepare-all
> # 1) Check that make has not been executed in the kernel src $(srctree)
> prepare3: include/config/kernel.release
> ifneq ($(KBUILD_SRC),)
> - @echo ' Using $(srctree) as source for kernel'
> + @echo ' Using $(srctree) as source for barebox'
> $(Q)if [ -f $(srctree)/.config -o -d $(srctree)/include/config ]; then \
> echo " $(srctree) is not clean, please run 'make mrproper'";\
> echo " in the '$(srctree)' directory.";\
> --
> 2.15.0.276.g89ea799
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-02 6:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-31 14:22 [PATCH] Display barebox instead of kernel in build message Clément Leger
2018-11-02 6:28 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox