summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKarel Zak2017-02-20 14:17:37 +0100
committerKarel Zak2017-02-20 14:17:37 +0100
commit6f2eb03433bcb2d3c351efed848a1f8554a7ff78 (patch)
treeb47c2c598a22b32f6b52d5b30c70029ccaa0d338 /tools
parenttests: another improvement to the sfdisk wipe test (diff)
downloadkernel-qcow2-util-linux-6f2eb03433bcb2d3c351efed848a1f8554a7ff78.tar.gz
kernel-qcow2-util-linux-6f2eb03433bcb2d3c351efed848a1f8554a7ff78.tar.xz
kernel-qcow2-util-linux-6f2eb03433bcb2d3c351efed848a1f8554a7ff78.zip
build-sys: fix --disable-all-programs --enable-schedutils
* add UL_ENABLE_ALIAS(NAME, MASTERNAME) to initialize $enable_<name> according to MASTERNAME. Note that we have to use $build_<mastername>, the $enable_<mastername> is just AC_ARG_ENABLE() stuff only. The $build_ is evaluated and modified by our UL_...() functions. * add enable-schedutils.conf to have build-system regression test for this use-case Addresses: https://github.com/karelzak/util-linux/issues/415 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/config-gen.d/enable-schedutils.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/config-gen.d/enable-schedutils.conf b/tools/config-gen.d/enable-schedutils.conf
new file mode 100644
index 000000000..08deee46b
--- /dev/null
+++ b/tools/config-gen.d/enable-schedutils.conf
@@ -0,0 +1,3 @@
+include:disable-all.conf
+
+--enable-schedutils