summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-09-01 10:43:33 +0100
committerLeah Rowe <leah@libreboot.org>2023-09-01 10:43:33 +0100
commit3ad29d2d2a5903a0a4feff9e434017463dfcbbaa (patch)
tree7085167085c82ba6da912be40a5ce50ee5886f0e
parentd69c231e2424877c1901afb91a2b26e099a44578 (diff)
build/release/src: remove Makefile reference
lbmk never needed a makefile, because the build system is all shell scripting; the former makefile simply called those scripts, in a way that was mostly superfluous build/release/src was still trying to copy it, so let's remove it from that file Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-xscript/build/release/src2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/build/release/src b/script/build/release/src
index ebcd83fe..b6bf48b1 100755
--- a/script/build/release/src
+++ b/script/build/release/src
@@ -32,7 +32,7 @@ simple_fetch_list="${simple_fetch_list} bios_extract biosutilities"
# do not add blobs directory here. it's handled below
dirlist="resources util script include"
-filelist="lbmk modify build README.md COPYING Makefile update version"
+filelist="lbmk modify build README.md COPYING update version"
filelist="${filelist} versiondate projectname checkgit"
version="version-unknown"