summaryrefslogtreecommitdiff
path: root/make.tmpl.in
Commit message (Collapse)AuthorAgeFilesLines
* more build fixesAlasdair Kergon2010-01-191-1/+1
|
* linking parms missing from o->so conversion.Alasdair Kergon2009-10-091-1/+1
|
* Allow for a build directory separate from the source.Alasdair Kergon2009-10-021-9/+11
|
* Fix Makefile to take into account dmsetup's reconfiguration.Peter Rajnoha2009-09-111-2/+5
|
* Remove unwanted Makefiles and don't purge lvm2.po that'sFabio M. Di Nitto2009-09-011-1/+1
| | | | under RCS.
* Prepare for udev synchronisation code. (options don't work yet)Alasdair Kergon2009-07-311-0/+2
|
* Add an API version number, LVM_LIBAPI, to the VERSION string.Alasdair Kergon2009-07-221-0/+3
|
* Introduce lvm2_install target.Milan Broz2009-05-111-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 processZdenek Kabelac2009-04-081-4/+0
|
* Add missing 'device-mapper' internal subdir build dependency.Alasdair Kergon2009-04-071-1/+1
|
* Move tools/version.h to lib/misc/lvm-version.h.Alasdair Kergon2009-02-221-2/+2
| | | | Split LVM_VERSION into MAJOR, MINOR, PATCHLEVEL, RELEASE and RELEASE_DATE.
* make install_device-mapperAlasdair Kergon2008-11-041-2/+3
|
* dmeventdAlasdair Kergon2008-11-041-0/+5
|
* more missing bitsAlasdair Kergon2008-11-041-1/+9
|
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-6/+11
|
* further progressAlasdair Kergon2008-11-011-1/+13
|
* no DMDIRAlasdair Kergon2008-10-311-11/+0
|
* Generate man pages from templates and include version. (romster)Alasdair Kergon2008-10-081-0/+4
|
* Add usrlibdir & usrsbindir to configure.Alasdair Kergon2008-10-071-0/+2
|
* tweak lcov configuration/makefilesAlasdair Kergon2008-06-271-6/+10
|
* extended configure with --enable-profiling for compiling code with gcov infoZdenek Kabelac2008-06-271-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-cmdlibJim Meyering2008-06-231-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 checkinAlasdair Kergon2008-05-191-8/+7
|
* Refactor some vginfo manipulation code.Alasdair Kergon2008-05-191-7/+8
|
* Correct typo in comments: s/is part of the LVM2/is part of LVM2/.Jim Meyering2007-09-211-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 Kergon2007-04-271-1/+1
|
* Change some #include lines to search only standard system directories.Alasdair Kergon2007-04-271-1/+1
|
* Use CFLAGS when linking so mixed sparc builds can supply -m64Alasdair Kergon2007-01-111-3/+7
|
* Add configure --with-dmdir to compile against a device-mapper source tree.Alasdair Kergon2007-01-091-0/+8
| | | | Use no flush suspending for mirrors.
* Add DISTCLEAN_TARGETS to make template for configure.h.Alasdair Kergon2006-05-161-2/+2
| | | | More fixes to error paths.
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-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 Kergon2006-04-191-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 Kergon2006-02-021-2/+4
|
* Only do lockfs filesystem sync when suspending snapshots.Alasdair Kergon2006-01-311-4/+12
| | | | Switchover library building to use LIB_SUFFIX.
* Add DEFSAlasdair Kergon2005-10-251-0/+1
|
* Cluster-extension-only installation.Alasdair Kergon2004-08-181-4/+9
|
* make -O2 optimisation flag configurable.Alasdair Kergon2004-06-291-2/+2
|
* Fix LD_FLAGS->LDFLAGS. LD_DEPS->LDDEPS.Alasdair Kergon2004-06-281-7/+7
| | | | Update configure script: add --disable-selinux & some missing messages.
* lvm.static can be installed in different dir from rest of toolsAlasdair Kergon2004-04-141-0/+1
|
* Install example config file by default if there isn't one already.Alasdair Kergon2004-04-141-0/+1
|
* More build fixesAlasdair Kergon2004-04-061-9/+3
|
* Fix shared format1 build.Alasdair Kergon2004-04-051-0/+3
|
* Update copyright notices.Alasdair Kergon2004-03-301-13/+9
|
* Update makefiles (incl. cmdlib).Alasdair Kergon2004-03-261-38/+63
|
* Fix DESTDIR with configure path overrides.Alasdair Kergon2004-03-171-8/+8
|
* Basic internationalisation support.Alasdair Kergon2004-02-131-5/+33
|
* Inherit CFLAGS at make timeAlasdair Kergon2003-10-211-1/+1
|
* Missing 'make install' dependency.Alasdair Kergon2003-05-061-1/+1
|
* Improve build robustness.Alasdair Kergon2003-04-151-20/+1
|
* Tidy various pre-processing incl. making libdl optional.Alasdair Kergon2003-03-241-0/+4
|