git: lvm2 stuff - bind into build system

Alex Hornung alexh at crater.dragonflybsd.org
Sun Jul 11 14:08:52 PDT 2010


commit 61cfe9274778780f79424628718220b0c4a7cdec
Author: Alex Hornung <ahornung at 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





More information about the Commits mailing list