From: Michael Tremer Date: Wed, 10 Jul 2024 15:41:17 +0000 (+0000) Subject: core-updates: Remove importing the meta file X-Git-Tag: v2.29-core188~10^2~262 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7908cca79b2d5690a99bd12229166d798342c585;p=ipfire-2.x.git 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 --- diff --git a/lfs/core-updates b/lfs/core-updates index f972964df4..e726392fe5 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) \