git: lvm2 stuff - bind into build system

看板DFBSD_commit作者時間15年前 (2010/07/12 05:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1CEZXaNx (DFBSD_commit)