DragonFly commits List (threaded) for 2010-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: lvm2 stuff - bind into build system
commit 61cfe9274778780f79424628718220b0c4a7cdec
Author: Alex Hornung <ahornung@gmail.com>
Date: Sat Jul 3 23:39:32 2010 +0100
lvm2 stuff - bind into build system
* Bind all the lvm2 stuff into the build system and get rid of useless
lvm2tools.mk.
Summary of changes:
contrib/lvm2/lvm2tools.mk | 20 ------
gnu/Makefile | 2 +-
gnu/lib/Makefile | 1 +
gnu/lib/libdevmapper/Makefile | 35 ++++++++++
gnu/lib/liblvm/Makefile | 72 ++++++++++++++++++++
gnu/sbin/Makefile | 6 ++
gnu/sbin/Makefile.inc | 5 ++
gnu/sbin/dmsetup/Makefile | 28 ++++++++
gnu/sbin/lvm/Makefile | 144 +++++++++++++++++++++++++++++++++++++++++
9 files changed, 292 insertions(+), 21 deletions(-)
delete mode 100644 contrib/lvm2/lvm2tools.mk
create mode 100644 gnu/lib/libdevmapper/Makefile
create mode 100644 gnu/lib/liblvm/Makefile
create mode 100644 gnu/sbin/Makefile
create mode 100644 gnu/sbin/Makefile.inc
create mode 100644 gnu/sbin/dmsetup/Makefile
create mode 100644 gnu/sbin/lvm/Makefile
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/61cfe9274778780f79424628718220b0c4a7cdec
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]