Skip to content

Use $(MAKE) instead of make

What does this MR do?

This MR follows a best practice to replace direct usage of make with $(MAKE). See also https://stackoverflow.com/a/38978893.

Why was this MR needed?

It allows Makefile functionality to run as expected, such as dry runs. It shouldn't change behaviour, but allows us to follow the best practice.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

None.

Merge request reports