Remove install Makefile target
What does this MR do?
Removes the install
Makefile target and replaces it with the build_current
target.
Why was this MR needed?
See the rationale in the issue. Mainly the install
target was not being used and sometimes created issues for external contributors.
Are there points in the code the reviewer needs to double check?
I removed section 6 in the README.md. I'm assuming that's the intention.
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?
Closes #6217 (closed)