[PATCH] kconfig: fix comment referring to old Makefiles

Paolo Bonzini posted 1 patch 3 years, 7 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200908094244.26327-1-pbonzini@redhat.com
Kconfig.host | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] kconfig: fix comment referring to old Makefiles
Posted by Paolo Bonzini 3 years, 7 months ago
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 Kconfig.host | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Kconfig.host b/Kconfig.host
index a6d871c399..4af19bf70e 100644
--- a/Kconfig.host
+++ b/Kconfig.host
@@ -1,6 +1,6 @@
 # These are "proxy" symbols used to pass config-host.mak values
-# down to Kconfig.  See also MINIKCONF_ARGS in the Makefile:
-# these two need to be kept in sync.
+# down to Kconfig.  See also kconfig_external_symbols in
+# meson.build: these two need to be kept in sync.
 
 config LINUX
     bool
-- 
2.26.2


Re: [PATCH] kconfig: fix comment referring to old Makefiles
Posted by Philippe Mathieu-Daudé 3 years, 7 months ago
On 9/8/20 11:42 AM, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  Kconfig.host | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Kconfig.host b/Kconfig.host
> index a6d871c399..4af19bf70e 100644
> --- a/Kconfig.host
> +++ b/Kconfig.host
> @@ -1,6 +1,6 @@
>  # These are "proxy" symbols used to pass config-host.mak values
> -# down to Kconfig.  See also MINIKCONF_ARGS in the Makefile:
> -# these two need to be kept in sync.
> +# down to Kconfig.  See also kconfig_external_symbols in
> +# meson.build: these two need to be kept in sync.
>  

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>


Re: [PATCH] kconfig: fix comment referring to old Makefiles
Posted by Laurent Vivier 3 years, 7 months ago
Le 08/09/2020 à 11:42, Paolo Bonzini a écrit :
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  Kconfig.host | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Kconfig.host b/Kconfig.host
> index a6d871c399..4af19bf70e 100644
> --- a/Kconfig.host
> +++ b/Kconfig.host
> @@ -1,6 +1,6 @@
>  # These are "proxy" symbols used to pass config-host.mak values
> -# down to Kconfig.  See also MINIKCONF_ARGS in the Makefile:
> -# these two need to be kept in sync.
> +# down to Kconfig.  See also kconfig_external_symbols in
> +# meson.build: these two need to be kept in sync.
>  
>  config LINUX
>      bool
> 

Applied to my trivial-patches branch.

Thanks,
Laurent