projects-dir.mk, scripts/Makefile, jw-pkg: Move jw-pkg from jw-build to jw-base

jw-pkg is related to, but strictly speaking not indispensible for building and
packaging software. So, in the attempt have a minimal jw-build, move jw-pkg to
jw-base, and fix all packages that use it.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2025-11-17 13:05:43 +01:00
commit 0c9fd98009
3 changed files with 2 additions and 527 deletions

View file

@ -1,7 +1,5 @@
TOPDIR = ..
include $(TOPDIR)/make/proj.mk
EXE_SH += $(wildcard jannet jcs jw-pkg)
EXE_SH += $(wildcard jannet jcs)
include $(JWBDIR)/make/scripts.mk