projects-dir.mk: Resolve JWB_SCRIPT_DIR from JWBDIR #103
Loading…
Reference in a new issue
No description provided.
Delete branch "jan/feature/20260913-projects-dir-mk-resolve-jwb-script-dir-from-jwbdir"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
projects-dir.mk: Resolve JWB_SCRIPT_DIR from JWBDIR
JWB_SCRIPT_DIR bypasses $(JWBDIR) for its scripts candidate, re-assembling ./$(JWBDIR_NAME)/scripts from the bare name. That works, but is redundant resolution machinery which should be removed per se.
Resolve the scripts directory from $(JWBDIR) instead. Aside from simplifying, that fixes the resolution when projects-dir.mk is included from Makefiles other than projects-dir-miminimal.mk, and complements work to commit
f3f0ef10cawhich also aims at allowing to run make from a bind-mounted dependency closure of repositories.a3a0ae847be7da317575