Skip to content

Rename build makefile target to build_all

Pedro Pombeiro requested to merge build_all into master

What does this MR do?

Renames the make build target to make build_all

Why was this MR needed?

The build name could make people think this was the "default" build command, where it is more intended for CI builds.

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?

Merge request reports