[PATCH 1/5] config: remove stale definition from Config.mk

Juergen Gross posted 5 patches 1 week ago
There is a newer version of this series
[PATCH 1/5] config: remove stale definition from Config.mk
Posted by Juergen Gross 1 week ago
buildmakevars2shellvars is used nowhere, so remove it.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 Config.mk | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/Config.mk b/Config.mk
index 7edbab8efe..e1556dfbfa 100644
--- a/Config.mk
+++ b/Config.mk
@@ -149,12 +149,6 @@ else
 date = $(shell LC_ALL=C date $(1))
 endif
 
-define buildmakevars2shellvars
-    export PREFIX="$(prefix)";                                            \
-    export XEN_SCRIPT_DIR="$(XEN_SCRIPT_DIR)";                            \
-    export XEN_ROOT="$(XEN_ROOT)"
-endef
-
 #
 # Compare $(1) and $(2) and replace $(2) with $(1) if they differ
 #
-- 
2.51.0
Re: [PATCH 1/5] config: remove stale definition from Config.mk
Posted by Jan Beulich 6 days, 18 hours ago
On 11.11.2025 17:19, Juergen Gross wrote:
> buildmakevars2shellvars is used nowhere, so remove it.

Amends: 1eb944f65055 ("tools: remove qemu-traditional")

> Signed-off-by: Juergen Gross <jgross@suse.com>

Reviewed-by: Jan Beulich <jbeulich@suse.com>