Skip to content

Support bindir in Makefile

John Cai requested to merge jc-support-bindir-in-makefile into master

fixes: gitlab#213467 (closed)

based on https://www.gnu.org/software/make/manual/html_node/Directory-Variables.html, there are some standard makefile variables we are not supporting. bindir being one of them.

This MR:

  1. ads support for prefix in accordance with makefile conventions
  2. adds exec_prefix in accordance with makefile conventions
  3. adds bindir in accordance with makefile conventions
Edited by GitLab Release Tools Bot

Merge request reports

Loading