Craig Condit created YUNIKORN-2053:
--------------------------------------
Summary: Core: Fix dependency in Makefile
Key: YUNIKORN-2053
URL: https://issues.apache.org/jira/browse/YUNIKORN-2053
Project: Apache YuniKorn
Issue Type: Improvement
Components: core - common
Reporter: Craig Condit
The Makefile dependency list for the build/simplescheduler target is incorrect:
{code:java}
build/simplescheduler: go.mod go.sum cmd {code}
It should be:
{code:java}
build/simplescheduler: go.mod go.sum $(shell find cmd) {code}
See PR from YUNIKORN-1927 for an example.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]