Skip to content
Snippets Groups Projects
  1. Jul 16, 2018
    • Martine Lenders's avatar
      make: make BUILDRELPATH dependent on selected path · ff467960
      Martine Lenders authored
      When selecting a directory to build using `-C` with make
      `BUILD_IN_DOCKER` will fail, because the `BUILDRELPATH` chooses the path
      `make` is executed in, not the path selected by `-C`. This fixes this
      bug by replacing `PWD` in the macro's definition with `CURDIR`.
      ff467960
  2. Jul 13, 2018
  3. Jul 12, 2018
  4. Jul 11, 2018
  5. Jul 10, 2018
Loading