summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)Author
10 daysupdate my copyright years on modified scriptsLeah Rowe
10 daysRevert "fix more unescaped quotes in eval"Leah Rowe
10 daysfix more unescaped quotes in evalLeah Rowe
11 daysfix lbmk shellcheck errorsLeah Rowe
14 daysRevert "Remove legacy update/vendor commands"Leah Rowe
14 daysuse command -v instead of whichLeah Rowe
2024-12-30Fix globbing issue in lbmkLeah Rowe
2024-10-08build: actually build pcsx-redux bios on releaseLeah Rowe
2024-07-28lib.sh: new function mk() to handle trees in bulkLeah Rowe
2024-07-26general code cleanup in the build systemLeah Rowe
2024-07-22support ./mk in place of ./update treesLeah Rowe
2024-07-19put cachedir in environmental variableLeah Rowe
2024-07-18build: remove tmp/ on release archivesLeah Rowe
2024-07-17build: remove cache/ on making releasesLeah Rowe
2024-07-17trees: auto-delete+auto-rebuild if project changesLeah Rowe
2024-07-07rom.sh: new file, to replace script/romsLeah Rowe
2024-06-30trees: handle all projects if project undefinedLeah Rowe
2024-06-27remove use of _xm variable in the build systemLeah Rowe
2024-06-27lib.sh: move git_err() to buildLeah Rowe
2024-06-27build: don't rm TMPDIR if it's /tmpLeah Rowe
2024-06-27lib.sh: simplified TMPDIR handlingLeah Rowe
2024-06-22use backticks on eval commands, not subshellsLeah Rowe
2024-06-22lib.sh: remove badcmd()Leah Rowe
2024-06-16build: remove unused variablesLeah Rowe
2024-06-14lib.sh: remove the items() functionLeah Rowe
2024-06-09minor code cleanup in the build systemLeah Rowe
2024-06-09build: also make a lock file during release buildLeah Rowe
2024-06-09create a lock file during buildsLeah Rowe
2024-06-06don't use build.list to detect multi-tree projectsLeah Rowe
2024-06-05move id check to lib.sh tooLeah Rowe
2024-06-05move root check to lib.sh (bugfix)Leah Rowe
2024-06-05bugfix: move dependencies handling to lib.shLeah Rowe
2024-06-03better help text on invalid commandsLeah Rowe
2024-06-02build: print the project website address on helpLeah Rowe
2024-05-30delete u-boot test/lib/strlcat.c using nuke()Leah Rowe
2024-05-26rename include/option.sh to include/lib.shLeah Rowe
2024-05-26general code cleanup in the build systemLeah Rowe
2024-05-25build: simplify git_init()Leah Rowe
2024-05-25build: do root check before git checkLeah Rowe
2024-05-25build: simplify git checksLeah Rowe
2024-05-24build: hide git-init outputLeah Rowe
2024-05-19more minor cleanup in the build systemLeah Rowe
2024-05-19build/roms: rename moverom to copyromLeah Rowe
2024-05-19minor code cleanup in the build systemLeah Rowe
2024-05-18git.sh: Remove .git if XBMK_RELEASE=yLeah Rowe
2024-05-16build: remove initcmd() and simplify main()Leah Rowe
2024-05-16build: initialise git first (before commands)Leah Rowe
2024-05-16build: remove excmd() and simplify main()Leah Rowe
2024-05-16build: don't make script_path a global variableLeah Rowe
2024-05-16lbmk: allow easier sync with cbmkLeah Rowe