summaryrefslogtreecommitdiffstats
path: root/mount/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2008-11-19 11:07:58 +0100
committerKarel Zak2008-11-19 12:38:43 +0100
commit5947572d5e527b842210e67d07e53eed5d95fbb2 (patch)
tree53b6e80c2280325d069cc3972d64e98345cfb568 /mount/Makefile.am
parentlosetup: add warning about read-only mode (diff)
downloadkernel-qcow2-util-linux-5947572d5e527b842210e67d07e53eed5d95fbb2.tar.gz
kernel-qcow2-util-linux-5947572d5e527b842210e67d07e53eed5d95fbb2.tar.xz
kernel-qcow2-util-linux-5947572d5e527b842210e67d07e53eed5d95fbb2.zip
build-sys: move pivot_root(8) to sys-utils
This patch moves pivot_root.{8,c) from mount/ to sys-utils/ directory. There is not ant relation between pivot_root source code and the rest of code in the mount. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/Makefile.am')
-rw-r--r--mount/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/mount/Makefile.am b/mount/Makefile.am
index a43fcd5dc..00882af31 100644
--- a/mount/Makefile.am
+++ b/mount/Makefile.am
@@ -76,11 +76,6 @@ LDADD_common += $(VOLUMEID_LIBS)
LDADD_common_static += $(VOLUMEID_LIBS_STATIC)
endif
-if HAVE_PIVOT_ROOT
-sbin_PROGRAMS += pivot_root
-dist_man_MANS += pivot_root.8
-endif
-
noinst_PROGRAMS = mtab_lock_test
mtab_lock_test_SOURCES = fstab.c sundries.c xmalloc.c $(headers_common)
mtab_lock_test_CPPFLAGS = -DMAIN_TEST_MTABLOCK $(AM_CPPFLAGS)