diff options
author | Karel Zak <kzak@redhat.com> | 2009-10-06 12:43:22 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-10-06 12:45:50 +0200 |
commit | 11125e7aa97222ba1a9c4bf2c1d197d9095ae2ef (patch) | |
tree | 3953c1e70f35f0f6ce5c902eed297bb96e7f2b7b /sys-utils | |
parent | 4205f1fda1ac32046125a2e0f3937b666186bfab (diff) | |
download | util-linux-old-11125e7aa97222ba1a9c4bf2c1d197d9095ae2ef.tar.gz |
build-sys: cleanup --disable-{fallocate,pivot_root,unshare}
* add --disable-fallocate
* add --disable-pivot_root
* cleanup --disable-unshare
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils')
-rw-r--r-- | sys-utils/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/Makefile.am b/sys-utils/Makefile.am index 3c0525a9..92253334 100644 --- a/sys-utils/Makefile.am +++ b/sys-utils/Makefile.am @@ -23,12 +23,12 @@ tunelp_SOURCES = tunelp.c lp.h info_TEXINFOS = ipc.texi -if HAVE_FALLOCATE +if BUILD_FALLOCATE usrbin_exec_PROGRAMS += fallocate dist_man_MANS += fallocate.1 endif -if HAVE_PIVOT_ROOT +if BUILD_PIVOT_ROOT sbin_PROGRAMS += pivot_root dist_man_MANS += pivot_root.8 endif |