Skip to content

Commit f4df498

Browse files
committed
Remove unused and broken libvhdio
Signed-off-by: Mark Syms <[email protected]>
1 parent a984a2e commit f4df498

10 files changed

+0
-2485
lines changed

Makefile.am

-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# FIXME run cppcheck
55

66
SUBDIRS = lvm
7-
SUBDIRS += $(MAYBE_part)
87
SUBDIRS += vhd
98
SUBDIRS += cpumond
109
SUBDIRS += control
@@ -14,8 +13,4 @@ SUBDIRS += tapback
1413
SUBDIRS += cbt
1514
SUBDIRS += mockatests
1615

17-
if ENABLE_PART
18-
MAYBE_part = part
19-
endif
20-
2116
dist_doc_DATA = README README.md LICENSE CONTRIB MAINTAINERS

configure.ac

-14
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,6 @@ AC_ARG_ENABLE([tests],
4545
[],
4646
[enable_tests=no])
4747

48-
AM_CONDITIONAL([ENABLE_PART],
49-
[case "${host_os}" in
50-
linux-*) true ;;
51-
*) false ;;
52-
esac])
53-
54-
AM_CONDITIONAL([ENABLE_VHDIO],
55-
[test x$enable_shared = xyes &&
56-
case "${host_os}" in
57-
linux-gnu) true ;;
58-
*) false ;;
59-
esac])
60-
6148
AM_CONDITIONAL([ENABLE_TESTS],
6249
[test x$enable_tests = xyes])
6350

@@ -72,7 +59,6 @@ AC_DEFINE(_BLKTAP, 1,
7259
AC_CONFIG_FILES([
7360
Makefile
7461
lvm/Makefile
75-
part/Makefile
7662
cpumond/Makefile
7763
cbt/Makefile
7864
vhd/Makefile

mk/blktap.spec.in

-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ cat /usr/lib/udev/rules.d/65-md-incremental.rules >> /etc/udev/rules.d/65-md-inc
7979
%{_sbindir}/tap-ctl
8080
%{_sbindir}/td-util
8181
%{_sbindir}/td-rated
82-
%{_sbindir}/part-util
83-
%{_sbindir}/vhdpartx
8482
%{_libexecdir}/tapdisk
8583
%{_sysconfdir}/logrotate.d/blktap
8684
%{_sysconfdir}/cron.daily/prune_tapdisk_logs

part/Makefile.am

-18
This file was deleted.

0 commit comments

Comments
 (0)