OpenGrok
Cross Reference: Makefile
xref
: /
src
/
external
/
gpl2
/
lvm2
/
lib
/
libdevmapper
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
libdevmapper
History log of
/src/external/gpl2/lvm2/lib/libdevmapper/Makefile
Revision
Date
Author
Comments
1.12
03-Jun-2023
lukem
bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from
GCC_NO_warning
to
CC_WNO_warning
where warning is the full warning name as used by the compiler.
GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH
Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
1.11
12-Apr-2021
mrg
add some new uses of existing GCC_NO_* variables for warning issues.
remove an no longer relevant for gcc7 workaround (works fine in both
gcc9 and gcc 10.)
1.10
04-Oct-2016
christos
Hack for powerpc64
1.9
11-Sep-2013
joerg
branches: 1.9.8;
If a library needs a symbol from another library, pull that library in
explicitly, even if the DT_NEEDED closure would normally already ensure
the presence.
1.8
26-May-2011
joerg
branches: 1.8.4; 1.8.10;
Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.
1.7
04-Mar-2011
matt
Use static libdm so dmsetup and lvm can be linked dynamically.
Change LIBDM_* to LIBDEVMAPPER_* so LIBDM can refer to libdm.
1.6
11-Feb-2011
matt
Use LIBDPLIBS
1.5
23-Dec-2010
christos
branches: 1.5.2;
PR/44267: Michael van Elst: LVM devices have wrong permissions
- Centralize CPPFLAGS for DM_DEVICE_{UID,GID,MODE}
- Make DM_DEVICE_GID operator DM_DEVICE_MODE 0640 to be more NetBSD like
- make all the code use DM_DEVICE_MODE instead of hard-coding.
- make sure that all mknod calls are followed by a chown call.
1.4
09-Dec-2009
haad
Add support for building libdevmapper against RUMP.
1.3
01-Dec-2009
haad
Remove not needed debugging CFLAGS.
1.2
22-Dec-2008
haad
Add NetBSD protocol description header file. Libdevmapper is now buildable
without kernel sources.
1.1
22-Dec-2008
haad
Add reachover Makefiles to build LVM2 tools on NetBSD.
1.5.2.2
05-Mar-2011
bouyer
Sync with HEAD
1.5.2.1
17-Feb-2011
bouyer
Sync with HEAD
1.8.10.1
19-Aug-2014
tls
Rebase to HEAD as of a few days ago.
1.8.4.1
22-May-2014
yamt
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
1.9.8.1
04-Nov-2016
pgoyette
Sync with HEAD
Indexes created Wed Jun 17 00:25:26 UTC 2026