#
c4b7a9e7 |
| 03-Jun-2023 |
lukem <lukem@NetBSD.org> |
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_IMPL
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.
show more ...
|
#
a2d15425 |
| 12-Apr-2021 |
mrg <mrg@NetBSD.org> |
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.)
|
#
c610b4a7 |
| 04-Oct-2016 |
christos <christos@NetBSD.org> |
Hack for powerpc64
|
#
975a152c |
| 11-Sep-2013 |
joerg <joerg@NetBSD.org> |
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.
|
#
a216da57 |
| 26-May-2011 |
joerg <joerg@NetBSD.org> |
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 r
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.
show more ...
|
#
d4e4f7a6 |
| 04-Mar-2011 |
matt <matt@NetBSD.org> |
Use static libdm so dmsetup and lvm can be linked dynamically. Change LIBDM_* to LIBDEVMAPPER_* so LIBDM can refer to libdm.
|
#
accc8763 |
| 11-Feb-2011 |
matt <matt@NetBSD.org> |
Use LIBDPLIBS
|
#
03180992 |
| 23-Dec-2010 |
christos <christos@NetBSD.org> |
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 t
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.
show more ...
|
#
ff3b5e1b |
| 09-Dec-2009 |
haad <haad@NetBSD.org> |
Add support for building libdevmapper against RUMP.
|
#
687f790f |
| 01-Dec-2009 |
haad <haad@NetBSD.org> |
Remove not needed debugging CFLAGS.
|
#
719394c6 |
| 22-Dec-2008 |
haad <haad@NetBSD.org> |
Add NetBSD protocol description header file. Libdevmapper is now buildable without kernel sources.
|
#
2b943ea6 |
| 22-Dec-2008 |
haad <haad@NetBSD.org> |
Add reachover Makefiles to build LVM2 tools on NetBSD.
|