projectsyn / modulesync-control

Archived. We now manage component templates via https://github.com/projectsyn/commodore-component-template. ModuleSync configuration and template repository for Commodore components
0 stars 0 forks source link

Split `COMMODORE_CMD` and `COMPILE_CMD` #69

Closed simu closed 2 years ago

simu commented 2 years ago

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.

Matching component-template PR: https://github.com/projectsyn/commodore/pull/437

Checklist