diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-05-21 08:25:26 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-21 08:25:26 +0900 |
commit | 3041250a9f7426b925498bdd9616e2172bd62a0a (patch) | |
tree | c459c1934f7ffbada91aadfecd042c69dd72e640 /meson.build | |
parent | 88e94c3810401b7be5ce1fdb647c5de2bcde5689 (diff) | |
parent | 0b0673b61a777d642d5e4dfa06cca299339824b7 (diff) | |
download | systemd-3041250a9f7426b925498bdd9616e2172bd62a0a.tar.gz |
Merge pull request #12519 from keszybz/man-on-demand
Build man pages on demand only
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 9506274239..c7c0c3ffd0 100644 --- a/meson.build +++ b/meson.build @@ -283,6 +283,7 @@ substs.set('RC_LOCAL_SCRIPT_PATH_START', get_option('rc-loc substs.set('RC_LOCAL_SCRIPT_PATH_STOP', get_option('halt-local')) substs.set('MEMORY_ACCOUNTING_DEFAULT', memory_accounting_default ? 'yes' : 'no') substs.set('HIGH_RLIMIT_NOFILE', conf.get('HIGH_RLIMIT_NOFILE')) +substs.set('BUILD_ROOT', meson.current_build_dir()) ##################################################################### |