summaryrefslogtreecommitdiff
path: root/build-aux/pre-inst-env.in
Commit message (Expand)AuthorAgeFilesLines
* build: Set 'NIX_BUILD_HOOK' only if offloading is configured.•••This prevents libstore/build.cc from executing nix/scripts/offload, which is always created by config.status, when offload support is not enabled. * build-aux/pre-inst-env.in: Export 'NIX_BUILD_HOOK' only when configured; unset it otherwise. Eric Bavier2017-10-101-7/+4
* build: Unset 'NIX_BUILD_HOOK' when offloading support is missing.•••* build-aux/pre-inst-env.in: Export 'NIX_BUILD_HOOK' only when nix/scripts/offload is executable; unset it otherwise. Ludovic Courtès2017-03-081-4/+11
* build: Move environment '.in' scripts to 'build-aux' directory.•••* pre-inst-env.in: Move to ... * build-aux/pre-inst-env.in: ... here. * test-env.in: Move to ... * build-aux/test-env.in: ... here. * configure.ac (AC_CONFIG_FILES): Adapt to this. Keep the generated scripts in their current location which is $(top_builddir). Mathieu Lirzin2016-04-151-0/+71