]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
core-updates: Remove importing the meta file
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Jul 2024 15:41:17 +0000 (15:41 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Jul 2024 15:21:20 +0000 (15:21 +0000)
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 <michael.tremer@ipfire.org>
lfs/core-updates

index f972964df49b50a16a08fc324ba75123193b149d..e726392fe51b6a8dea9eb68b7643ca4a2a8a383d 100644 (file)
@@ -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) \