]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: add --enable-new-mount
authorKarel Zak <kzak@redhat.com>
Wed, 11 Jan 2012 16:05:08 +0000 (17:05 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 11 Jan 2012 16:05:08 +0000 (17:05 +0100)
commitecdba5ddfc99815181db1e5d571ea8e2b806c0f9
treec28a9b435950b164dea72b39916e393adfb36c7b
parentdbae36fe40f60065d2cfa2843060edd356e2e57a
build-sys: add --enable-new-mount

 Now we have three versions of the mount(8) utility

 * old mount(8)
   --enable-mount [default]

 * old mount(8) linked with libmount
   This is this is necessary for systems without mtab file.
   --enable-libmount-mount

 - new mount(8)
   This is completely new pure-libmount based mount(8).
   --enable-new-mount

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
libmount/Makefile.am
libmount/samples/.gitignore [deleted file]
libmount/samples/Makefile.am [deleted file]
sys-utils/.gitignore
sys-utils/Makefile.am
sys-utils/mount.c [moved from libmount/samples/mount.c with 100% similarity]
sys-utils/umount.c [moved from libmount/samples/umount.c with 100% similarity]
tools/config-gen.d/devel-new-mount.conf [new file with mode: 0644]