From 8b2cb070f80efcc970b026c0d38533d71e0ebbd2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 10 Jul 2024 15:41:17 +0000 Subject: [PATCH] core-updates: Remove importing the meta file We don't use these any more and even if we did, we cannot import any variables into a make script just like that. Signed-off-by: Michael Tremer --- lfs/core-updates | 1 - 1 file changed, 1 deletion(-) diff --git a/lfs/core-updates b/lfs/core-updates index f972964df..e726392fe 100644 --- a/lfs/core-updates +++ b/lfs/core-updates @@ -53,7 +53,6 @@ $(TARGET) : $(CORE) core/%: rm -rf /install/packages/package /tmp/* mkdir -p /install/packages/package - eval $$(cat /usr/src/config/rootfiles/$@/meta) #Generate ROOTFILES from filelists BUILD_ARCH=$(BUILD_ARCH) BUILDTARGET=$(BUILDTARGET) KVER=$(KVER) \ -- 2.39.5