[ 
https://issues.apache.org/jira/browse/YUNIKORN-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Condit updated YUNIKORN-2053:
-----------------------------------
    Issue Type: Bug  (was: Improvement)

> Core: Fix dependency in Makefile
> --------------------------------
>
>                 Key: YUNIKORN-2053
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-2053
>             Project: Apache YuniKorn
>          Issue Type: Bug
>          Components: core - common
>            Reporter: Craig Condit
>            Priority: Major
>              Labels: newbie
>
> 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]

Reply via email to