Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-14 | gitclone: check for invalid patch filename | Leah Rowe | |
where the asterisk is used, it can sometimes literally try to patch with a file named "*", which of course does not exist this change fixes an lbmk error when running: ./download seabios this was caused recently, because all patches were seabios were removed (lbmk currently uses stock seabios, without patching it) | |||
2023-05-06 | Import new util: bios_extract | Leah Rowe | |
2023-03-17 | move download/gitmodule script to root directory | Leah Rowe | |
this fixes the build error: Error: name not set Usage: ./download gitmodule [name] when running: ./download all running "all" runs all scripts under downloads, one of which was the gitmodule script itself, therefore being run without argument |