按提示词结论补源链接脚本依据锁
This commit is contained in:
@@ -3,6 +3,10 @@ set -euo pipefail
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
# LinuxCNC source basis: CMake source-set listers expose only project bridge,
|
||||
# shim, and adapter files declared in core/CMakeLists.txt for source-backed
|
||||
# LinuxCNC probe builds; functional CNC behavior still comes from LinuxCNC
|
||||
# manifests or wrapped LinuxCNC kinematics/canon/RS274 sources.
|
||||
if [[ "$#" -lt 1 || "$#" -gt 2 ]]; then
|
||||
echo "usage: $0 <cmake-set-name> [relative-prefix]" >&2
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user