summaryrefslogtreecommitdiffstats
path: root/make.tmpl.in
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing another set of distclean problems where we left some generated filesZdenek Kabelac2010-03-291-9/+5
* Update cflow file generation - support build dir and use $(top_srcdir)Zdenek Kabelac2010-03-291-6/+55
* distclean fixesZdenek Kabelac2010-03-291-5/+2
* Use UDEV_LIBS, and link -ludev only when needed.Zdenek Kabelac2010-03-041-1/+2
* Use DL_LIBS, remove -ldl from global LIBS and link -ldl only when needed.Zdenek Kabelac2010-03-041-1/+2
* This patch add SELINUX_LIBS and STATIC_LIBS variables.Zdenek Kabelac2010-03-041-0/+3
* Pthread linking changeZdenek Kabelac2010-03-041-0/+1
* Readline linking updateZdenek Kabelac2010-03-041-0/+1
* Introduce LVMINTERNAL_LIBSZdenek Kabelac2010-03-041-0/+1
* Replace CFLOW_CMD only in make.tmpl and use it as variable elsewhere.Zdenek Kabelac2010-03-041-0/+1
* Use datarootdir and fix warning during configure process:Zdenek Kabelac2010-03-041-0/+1
* Switch memory debugging off for now if compiled with dmeventd,Milan Broz2010-01-221-1/+4
* 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
* 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
* 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
* 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
* avoid link failure when configuring without --enable-cmdlibJim Meyering2008-06-231-1/+1
* 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
* 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
* Add DISTCLEAN_TARGETS to make template for configure.h.Alasdair Kergon2006-05-161-2/+2
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-3/+4
* Check for libsepol.Alasdair Kergon2006-04-191-13/+22
* 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
* 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