1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/libdm/misc
Zdenek Kabelac 18aa541ca2 configure: avoid repeative inclusion of configure.h
Since configure.h is a generated header and it's missing traditional
ifdefs preambule - it can be included & parsed multiple times.
Normally compiler is fine when defines have same value and there is
no warning - yet we don't need to parse this several times
and by adding -include  directive we can ensure every file
in the package is rightly compile with configure.h as the
first header file.
2018-12-21 19:19:50 +01:00
..
dm-ioctl.h kernel: Refresh dm-ioctl.h 2017-09-14 17:50:56 +01:00
dm-log-userspace.h build: Don't generate symlinks in include/ dir 2018-05-14 10:30:20 +01:00
dm-logging.h build: Don't generate symlinks in include/ dir 2018-05-14 10:30:20 +01:00
dmlib.h configure: avoid repeative inclusion of configure.h 2018-12-21 19:19:50 +01:00
kdev_t.h cleanup: move cast to det_t into MKDEV macro 2018-11-05 17:25:11 +01:00