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:
parent
50da3a6f31
commit
2c7edc9d44
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue