mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Add targets echo-projects and echo-target-projects
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
22e7bc5aa9
commit
0bf05a5959
1 changed files with 6 additions and 0 deletions
|
|
@ -176,6 +176,12 @@ echo-prereq-release:
|
||||||
echo-os:
|
echo-os:
|
||||||
@$(GET_OS_SH)
|
@$(GET_OS_SH)
|
||||||
|
|
||||||
|
echo-projects:
|
||||||
|
@echo $(PROJECTS)
|
||||||
|
|
||||||
|
echo-target-projects:
|
||||||
|
@echo $(TARGET_PROJECTS)
|
||||||
|
|
||||||
echo-excludes:
|
echo-excludes:
|
||||||
@echo $(EXCLUDE_FROM_BUILD)
|
@echo $(EXCLUDE_FROM_BUILD)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue