Archived. We now manage component templates via https://github.com/projectsyn/commodore-component-template. ModuleSync configuration and template repository for Commodore components
We want to be able to adjust which commodore to use without having to reproduce the full compile command when compiling individual components with make test, make golden-diff or make gen-golden.
This commit reduces COMMODORE_CMD to be the equivalent of a bare invocation of commodore and introduces a new variable COMPILE_COMMAND which corresponds to the previous value of COMMODORE_CMD.
[x] The component template has a PR open that syncs the changes with this one.
[x] Categorize the PR by setting a good title and adding one of the labels:
bug, enhancement, documentation, change, breaking, dependency
as they show up in the changelog
We want to be able to adjust which
commodore
to use without having to reproduce the full compile command when compiling individual components withmake test
,make golden-diff
ormake gen-golden
.This commit reduces
COMMODORE_CMD
to be the equivalent of a bare invocation ofcommodore
and introduces a new variableCOMPILE_COMMAND
which corresponds to the previous value ofCOMMODORE_CMD
.Matching component-template PR: https://github.com/projectsyn/commodore/pull/437
Checklist
bug
,enhancement
,documentation
,change
,breaking
,dependency
as they show up in the changelog