| chore(build): move per-product build scripts out of start-core (#3453) Each product's cross-compile script now lives in its own project dir: startbox/start-container under projects/start-os/build/, build-cli.sh, build-registrybox.sh, and build-tunnelbox.sh under their projects' build/, and build-backup-fs.sh/build-pi-beep.sh next to the crates they build. The shared builder-alias.sh moves to the top-level build/ (shared build infra). Scripts now cd to the repo root once and source build/builder-alias.sh from there. build-ts.sh and build-manpage.sh stay in start-core since they drive its own export_* tests. Each moved script is an explicit prereq of its binary rule (previously covered implicitly via CORE_SRC), and builder-alias.sh joins CORE_SRC. No CI paths: changes needed - every destination is already covered by existing globs. | 2 个月前 |