mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
rules.mk: Add PREREQ_RUN to echo-prereq
This commit is contained in:
parent
19606c7aef
commit
ad3399f92e
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ echo-mk:
|
|||
echo-prereq:
|
||||
@echo PREREQ_BUILD = $(sort $(PREREQ_BUILD))
|
||||
@echo PREREQ_INSTALL = $(sort $(PREREQ_INSTALL))
|
||||
@echo PREREQ_RUN = $(sort $(PREREQ_RUN))
|
||||
|
||||
echo-contrib:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue