Skip to content

Commit

Permalink
build-sys: remove deprecated-mount/
Browse files Browse the repository at this point in the history
Signed-off-by: Karel Zak <kzak@redhat.com>
  • Loading branch information
karelzak committed Mar 5, 2014
1 parent 4a44a54 commit 65acdc8
Show file tree
Hide file tree
Showing 23 changed files with 13 additions and 8,560 deletions.
1 change: 0 additions & 1 deletion Makefile.am
Expand Up @@ -83,7 +83,6 @@ include schedutils/Makemodule.am
include text-utils/Makemodule.am
include term-utils/Makemodule.am
include login-utils/Makemodule.am
include mount-deprecated/Makemodule.am
include sys-utils/Makemodule.am
include misc-utils/Makemodule.am
include disk-utils/Makemodule.am
Expand Down
11 changes: 0 additions & 11 deletions configure.ac
Expand Up @@ -791,23 +791,12 @@ UL_REQUIRES_BUILD([fdisk], [libfdisk])
AM_CONDITIONAL([BUILD_FDISK], [test "x$build_fdisk" = xyes])


AC_ARG_ENABLE([deprecated-mount],
AS_HELP_STRING([--enable-deprecated-mount], [build old mount utilities]),
[], [enable_deprecated_mount=no]
)
UL_BUILD_INIT([deprecated_mount])
UL_REQUIRES_LINUX([deprecated_mount])
UL_REQUIRES_BUILD([deprecated_mount], [libblkid])
AM_CONDITIONAL([BUILD_DEPRECATED_MOUNT], [test "x$build_deprecated_mount" = xyes])


AC_ARG_ENABLE([mount],
AS_HELP_STRING([--disable-mount], [do not build mount(8) and umount(8)]),
[], [enable_mount=check]
)
UL_BUILD_INIT([mount])
UL_REQUIRES_BUILD([mount], [libmount])
UL_CONFLICTS_BUILD([mount], [deprecated_mount], [old deprecated mount version])
AM_CONDITIONAL([BUILD_MOUNT], [test "x$build_mount" = xyes])


Expand Down
70 changes: 0 additions & 70 deletions mount-deprecated/Makemodule.am

This file was deleted.

14 changes: 0 additions & 14 deletions mount-deprecated/devname.c

This file was deleted.

6 changes: 0 additions & 6 deletions mount-deprecated/devname.h

This file was deleted.

141 changes: 0 additions & 141 deletions mount-deprecated/fsprobe.c

This file was deleted.

27 changes: 0 additions & 27 deletions mount-deprecated/fsprobe.h

This file was deleted.

0 comments on commit 65acdc8

Please sign in to comment.