profile|std-targets.mk: Add empty test target

Recursive make fails in scripts/usr-bin when driven through jw-pkg. Add empty test targets to remedy that.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-06-25 14:34:44 +02:00
commit 2c7edc9d44
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@ include $(JWBDIR)/make/rules.mk
all: $(PROFILE)
install: install_files_PROFILE
clean: allclean localclean doneclean textclean clean.profile
test:
path-%.sh:
@echo "export PATH=\$$PATH:$(INSTALL_EXEDIR)" > $@.tmp

View file

@ -8,3 +8,4 @@ clean: clean.std-targets
clean.std-targets:
$(RM) -rf *~ .*.swp *.done
distclean: clean
test: