Build and packaging library
  • Python 54.1%
  • Makefile 33.7%
  • Shell 12.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jan Lindemann a269631e92
CmdBuild.run_make(): Skip projects without buildable dir
The iteration order contains every project the dependency walk resolved,
including projects that are only installed as -devel packages below /opt.
Running the target in such a project ran make in a read-only, source-less
directory and failed the run.

Resolve each module against the workspace root only, and skip the target
with a notice when there is no buildable project directory. Factor the skip
notice into log_skip() so the platform-exclusion path shares it.

Signed-off-by: Jan Lindemann <jan@janware.com>
Assisted-by: unsloth/Qwen3.8-27B-GGUF:Q4_K_M with pi.dev v0.84.2
2026-09-10 11:44:25 +02:00
.github/workflows ci.yaml: test-packaging.yaml@{master-test -> master} 2026-06-08 19:43:15 +02:00
bin bin, make, scripts: Re-add files necessary for packaging jw-build 2025-11-14 11:22:50 +01:00
conf conf / scripts: Fix unprivileged "make install" 2026-08-18 17:27:32 +02:00
doc doc: Add subdir 2026-08-19 20:51:11 +02:00
make pkg.sh: Fix broken version macro expansion 2026-09-09 15:55:38 +02:00
scripts pkg.sh: Fix broken version macro expansion 2026-09-09 15:55:38 +02:00
src CmdBuild.run_make(): Skip projects without buildable dir 2026-09-10 11:44:25 +02:00
test lib.version.Dependency: Beautify exceptions 2026-09-10 09:52:13 +02:00
.gitignore cache.mk: Include from topdir.mk, not make.mk 2026-07-22 14:38:24 +02:00
HASH Release 1.0.0-261@kali-rolling/amd64 2026-09-09 23:11:08 +00:00
Makefile cache.mk: Include from topdir.mk, not make.mk 2026-07-22 14:38:24 +02:00
RELEASES Release 1.0.0-261@kali-rolling/amd64 2026-09-09 23:11:08 +00:00
VERSION Start version: 1.0.0-261 2026-09-09 23:10:04 +00:00