Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more build fixes | Alasdair Kergon | 2010-01-19 | 1 | -1/+1 |
| | |||||
* | linking parms missing from o->so conversion. | Alasdair Kergon | 2009-10-09 | 1 | -1/+1 |
| | |||||
* | Allow for a build directory separate from the source. | Alasdair Kergon | 2009-10-02 | 1 | -9/+11 |
| | |||||
* | Fix Makefile to take into account dmsetup's reconfiguration. | Peter Rajnoha | 2009-09-11 | 1 | -2/+5 |
| | |||||
* | Remove unwanted Makefiles and don't purge lvm2.po that's | Fabio M. Di Nitto | 2009-09-01 | 1 | -1/+1 |
| | | | | under RCS. | ||||
* | Prepare for udev synchronisation code. (options don't work yet) | Alasdair Kergon | 2009-07-31 | 1 | -0/+2 |
| | |||||
* | Add an API version number, LVM_LIBAPI, to the VERSION string. | Alasdair Kergon | 2009-07-22 | 1 | -0/+3 |
| | |||||
* | Introduce lvm2_install target. | Milan Broz | 2009-05-11 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | Buildsystem support device-mapper only install, but generic install tagret includes both dm+lvm2. For distribution which uses separate install_device-mapper, there is no way how to install lvm2 only (so after installing lvm2 for packaging purposes built system must remove installed device-mapper files). Fix it by allowing lvm2_install target, similarily like install_cluster for clvmd. (install = install_device-mapper + install_lvm2) | ||||
* | Avoid referencing files from DESTDIR during build process | Zdenek Kabelac | 2009-04-08 | 1 | -4/+0 |
| | |||||
* | Add missing 'device-mapper' internal subdir build dependency. | Alasdair Kergon | 2009-04-07 | 1 | -1/+1 |
| | |||||
* | Move tools/version.h to lib/misc/lvm-version.h. | Alasdair Kergon | 2009-02-22 | 1 | -2/+2 |
| | | | | Split LVM_VERSION into MAJOR, MINOR, PATCHLEVEL, RELEASE and RELEASE_DATE. | ||||
* | make install_device-mapper | Alasdair Kergon | 2008-11-04 | 1 | -2/+3 |
| | |||||
* | dmeventd | Alasdair Kergon | 2008-11-04 | 1 | -0/+5 |
| | |||||
* | more missing bits | Alasdair Kergon | 2008-11-04 | 1 | -1/+9 |
| | |||||
* | Right, a simple build (without options) is working again. | Alasdair Kergon | 2008-11-03 | 1 | -6/+11 |
| | |||||
* | further progress | Alasdair Kergon | 2008-11-01 | 1 | -1/+13 |
| | |||||
* | no DMDIR | Alasdair Kergon | 2008-10-31 | 1 | -11/+0 |
| | |||||
* | Generate man pages from templates and include version. (romster) | Alasdair Kergon | 2008-10-08 | 1 | -0/+4 |
| | |||||
* | Add usrlibdir & usrsbindir to configure. | Alasdair Kergon | 2008-10-07 | 1 | -0/+2 |
| | |||||
* | tweak lcov configuration/makefiles | Alasdair Kergon | 2008-06-27 | 1 | -6/+10 |
| | |||||
* | extended configure with --enable-profiling for compiling code with gcov info | Zdenek Kabelac | 2008-06-27 | 1 | -3/+6 |
| | | | | | | | extended Makefile with targets: cov-reset - reset counters cov - generete report to covhtml subdirectory covd - generate report to covhtml-DATE-TIME subdirectory | ||||
* | avoid link failure when configuring without --enable-cmdlib | Jim Meyering | 2008-06-23 | 1 | -1/+1 |
| | | | | | | | * configure.in (LVM2CMD_LIB): Define if --enable-cmdlib. * dmeventd/mirror/Makefile.in (CLDFLAGS): Use $(LVM2CMD_LIB) rather than hard-coding -llvm2cmd. * dmeventd/snapshot/Makefile.in (CLDFLAGS): Likewise. | ||||
* | revert accidental checkin | Alasdair Kergon | 2008-05-19 | 1 | -8/+7 |
| | |||||
* | Refactor some vginfo manipulation code. | Alasdair Kergon | 2008-05-19 | 1 | -7/+8 |
| | |||||
* | Correct typo in comments: s/is part of the LVM2/is part of LVM2/. | Jim Meyering | 2007-09-21 | 1 | -1/+1 |
| | | | | | | | Signed-off-by: Jim Meyering <jim@meyering.net> Author: Jim Meyering <jim@meyering.net> | ||||
* | Add -Wformat-security and change one fprintf() to fputs(). | Alasdair Kergon | 2007-04-27 | 1 | -1/+1 |
| | |||||
* | Change some #include lines to search only standard system directories. | Alasdair Kergon | 2007-04-27 | 1 | -1/+1 |
| | |||||
* | Use CFLAGS when linking so mixed sparc builds can supply -m64 | Alasdair Kergon | 2007-01-11 | 1 | -3/+7 |
| | |||||
* | Add configure --with-dmdir to compile against a device-mapper source tree. | Alasdair Kergon | 2007-01-09 | 1 | -0/+8 |
| | | | | Use no flush suspending for mirrors. | ||||
* | Add DISTCLEAN_TARGETS to make template for configure.h. | Alasdair Kergon | 2006-05-16 | 1 | -2/+2 |
| | | | | More fixes to error paths. | ||||
* | Make SIZE_SHORT the default for display_size(). | Alasdair Kergon | 2006-05-09 | 1 | -3/+4 |
| | | | | | | | Fix some memory leaks in error paths found by coverity. Use C99 struct initialisers. Move DEFS into configure.h. Clean-ups to remove miscellaneous compiler warnings. | ||||
* | Check for libsepol. | Alasdair Kergon | 2006-04-19 | 1 | -13/+22 |
| | | | | | | Add some cflow & scope support. Separate out DEFS from CFLAGS. Remove inlines and use unique function names. | ||||
* | Add %.so: %.a make template rule. | Alasdair Kergon | 2006-02-02 | 1 | -2/+4 |
| | |||||
* | Only do lockfs filesystem sync when suspending snapshots. | Alasdair Kergon | 2006-01-31 | 1 | -4/+12 |
| | | | | Switchover library building to use LIB_SUFFIX. | ||||
* | Add DEFS | Alasdair Kergon | 2005-10-25 | 1 | -0/+1 |
| | |||||
* | Cluster-extension-only installation. | Alasdair Kergon | 2004-08-18 | 1 | -4/+9 |
| | |||||
* | make -O2 optimisation flag configurable. | Alasdair Kergon | 2004-06-29 | 1 | -2/+2 |
| | |||||
* | Fix LD_FLAGS->LDFLAGS. LD_DEPS->LDDEPS. | Alasdair Kergon | 2004-06-28 | 1 | -7/+7 |
| | | | | Update configure script: add --disable-selinux & some missing messages. | ||||
* | lvm.static can be installed in different dir from rest of tools | Alasdair Kergon | 2004-04-14 | 1 | -0/+1 |
| | |||||
* | Install example config file by default if there isn't one already. | Alasdair Kergon | 2004-04-14 | 1 | -0/+1 |
| | |||||
* | More build fixes | Alasdair Kergon | 2004-04-06 | 1 | -9/+3 |
| | |||||
* | Fix shared format1 build. | Alasdair Kergon | 2004-04-05 | 1 | -0/+3 |
| | |||||
* | Update copyright notices. | Alasdair Kergon | 2004-03-30 | 1 | -13/+9 |
| | |||||
* | Update makefiles (incl. cmdlib). | Alasdair Kergon | 2004-03-26 | 1 | -38/+63 |
| | |||||
* | Fix DESTDIR with configure path overrides. | Alasdair Kergon | 2004-03-17 | 1 | -8/+8 |
| | |||||
* | Basic internationalisation support. | Alasdair Kergon | 2004-02-13 | 1 | -5/+33 |
| | |||||
* | Inherit CFLAGS at make time | Alasdair Kergon | 2003-10-21 | 1 | -1/+1 |
| | |||||
* | Missing 'make install' dependency. | Alasdair Kergon | 2003-05-06 | 1 | -1/+1 |
| | |||||
* | Improve build robustness. | Alasdair Kergon | 2003-04-15 | 1 | -20/+1 |
| | |||||
* | Tidy various pre-processing incl. making libdl optional. | Alasdair Kergon | 2003-03-24 | 1 | -0/+4 |
| |