mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 19:55:52 +02:00
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 <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user