summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* make: Add check_lvmlockd_* targets to top-levelMarian Csontos2016-02-231-1/+1
|
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
| | | | | Hmm rpmlint suggest fsf is using a different address these days, so lets keep it up-to-date
* makefiles: src dirs have depth 5Zdenek Kabelac2015-10-131-1/+1
| | | | For tags generation scan depth 5.
* man: Add all_man Makefile target.Alasdair G Kergon2015-09-151-2/+5
| | | | | Use 'make all_man' to generate all man pages (regardless of configuration options) or 'make install_all_man' to install them.
* makefiles: do not generate tags for everyoneZdenek Kabelac2015-09-071-3/+2
| | | | | Create tags file only on request (make tags). Also clean file with 'make clean'.
* man: Add install_full_man makefile target.Alasdair G Kergon2015-08-281-0/+3
| | | | | 'make install_full_man' installs all the man pages regardless of which components were enabled when 'configure' was run.
* test: Update MakefilesMarian Csontos2015-07-301-1/+1
| | | | | - Add missing check_lvmpolld to toplevel Makefile - Document check_system
* makefiles: adding target for generating ctagsZdenek Kabelac2015-07-151-0/+10
| | | | make tags generates traditional tags ctags ref list.
* makefiles: use fullpath when in assignZdenek Kabelac2015-05-141-1/+2
| | | | | | | | | We need to put full path right in the assign moment, otherwise command: make rpm rpmbuild=/my/tmp/dir cannot work as one would have expected.
* makefiles: runtime spec.incZdenek Kabelac2015-05-121-14/+23
| | | | | | | Support CLEAN_DIRS Var for rpmbuilddir Use LN_S Generate spec.inc at runtime for 'make rpm'.
* makefiles: move cleanZdenek Kabelac2015-05-111-2/+2
| | | | Move clean: target below, so it's not a default target to execute.
* makefile: cleanup after buildZdenek Kabelac2015-05-111-0/+3
| | | | Provide cleaning rules for build dir and release tgz.
* makefiles: dist and rpm targetZdenek Kabelac2015-05-111-1/+19
| | | | | | | | | | | | | Basic support for upstream 'build' of rpm packages. Make spec file generated. 2 new simple targets: make dist - create LVM2.MAJOR.MINOR.PATCHLEVEL.tgz from git files. make rpm - some generic rpmbuilder using spec files. Create packages in build/ subdir. DO NOT USE created rpms in any distribution!
* config: remove duplication of settingsDavid Teigland2015-04-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The specific config settings have been removed from the lvm.conf(5) man page, and replaced with a description of how to use lvm dumpconfig to view the settings. The sample lvm.conf and lvmlocal.conf files are now generated: example.conf.base - initial ungenerated part of the file example.conf.gen - generated portion from dumpconfig example.conf.in - combination of .base and .gen files example.conf - result of configure processing .in file lvmlocal.conf.base - initial ungenerated part of the file lvmlocal.conf.gen - generated portion from dumpconfig lvmlocal.conf.in - combination of .base and .gen files lvmlocal.conf - result of configure processing .in file Do not edit the .in files, but edit config_settings.h or the .base files, and then use 'make generate' to create the new .in files. - configure with options - make creates tools/lvm - make generate uses tools/lvm to create example.conf.in and lvmlocal.conf.in by combining .base files with dumpconfig output. - configure with same options as above creates example.conf and lvmlocal.conf from .in files
* makefiles: check lcov file has contentZdenek Kabelac2015-04-141-1/+1
| | | | genhtml may get confused without content.
* makefiles: add more dirs for lcovZdenek Kabelac2015-03-191-2/+5
| | | | lvmetad lcovered.
* makefiles: wait till include is populatedZdenek Kabelac2014-04-181-0/+1
| | | | Since libdaemon needs configure.h header, wait forl links.
* man: add man page for lvm2-activation-generatorPeter Rajnoha2014-03-131-0/+1
|
* test: Turn check_full into check_system complementary with normal check.Petr Rockai2013-12-151-1/+1
|
* Makefile: add missing depsZdenek Kabelac2013-09-231-5/+2
| | | | | Add missing deps for device-mapper build of scripts dir. Cleanup multiple SUBDIR lines together.
* test: Add a new "check_full" target, which also tests with real /dev.Petr Rockai2013-08-281-1/+1
| | | | | | | The original "check" target stays confined to a local device directory, while check_full does 6 flavours, 3 with a local device directory and 3 with the global /dev directory (the latter are prefixed with "s" for "system"). I.e.: normal, cluster, lvmetad, snormal, scluster, slvmetad.
* conf: add separate 'conf' dir for config filesPeter Rajnoha2013-07-021-2/+2
|
* makefiles: cleanup updateZdenek Kabelac2013-06-041-0/+3
| | | | | Cleanup also test dir. Distclean unit tests.
* Makefiles: fix distclean dir dependencyAlasdair G Kergon2012-10-151-0/+1
| | | | test distclean uses tools so must distclean tools after test
* python: Add bindings for liblvm2app.Alasdair G Kergon2012-10-121-2/+15
| | | | | | | Use configure --enable-python_bindings to generate them. Note that the Makefiles do not yet control the owner or permissions of the two new files on installation.
* Makefiles: Build libdaemonclient unconditionally.Petr Rockai2012-09-261-5/+1
|
* make: fix subdir order for distcleanPeter Rajnoha2012-08-271-2/+2
| | | | | | The 'test' subdir needs to be processed before 'tools' subdir for distclean as all the cmd names are read from 'tools/.commands' file. Otherwise we'd end up with dangling symlinks in 'tools' subdir.
* Fix dependecy build for scripts dirZdenek Kabelac2012-08-011-0/+1
| | | | Since now scripts builds binaries, build needs to wait for libs.
* systemd: integrate lvm2 activation generator with conf+makePeter Rajnoha2012-07-311-1/+6
|
* veritysetup: Remove code as now in cryptsetup.Alasdair G Kergon2012-06-111-10/+1
| | | | | The veritysetup code has moved to the cryptsetup package. http://code.google.com/p/cryptsetup/
* add make install_verityAlasdair Kergon2012-03-261-0/+4
|
* Rename verity dirAlasdair Kergon2012-03-261-1/+6
|
* Update lcov targetZdenek Kabelac2012-03-231-4/+3
|
* Add a toplevel check_lvmetad target.Petr Rockai2012-03-121-1/+1
|
* Reflect new file locations, include file updates etc.Alasdair Kergon2012-02-281-4/+8
|
* Add configure --with-tmpfilesdir and lvm2 tmpfiles.d configuration file itself.Peter Rajnoha2012-02-221-0/+3
| | | | | | | | | | | /etc/tmpfiles.d directory holds configuration files for temporary/volatile files and directories that should be automatically managed. For example, if we have some parts of the fs hierarchy on tmpfs, we'd like to recreate some files or directories on every boot so they're always prepared for use. Systemd can read such configuration files. For now, the lock and run directory are the ones that are most probably placed on tmpfs. If this is the case, we can install the configuration by 'make install_tmpfiles_configuration'.
* User correct base dir for lcov reportsZdenek Kabelac2012-02-011-1/+1
| | | | Fix problem when srcdir != builddir.
* Cleanup test makefilesZdenek Kabelac2011-11-231-1/+1
| | | | | | Simplify /api makefile and use SUBDIRS target for test dir. Properly cleanup Makefiles with distclean in /test. Use symbolic links for shell scripts for non-srcdir compilation.
* Implement a CUnit-based runner for unit tests. Copy and adapt (actual unit)Petr Rockai2011-11-201-1/+1
| | | | | | | tests from unit-tests/*/*_t.c (now under test/unit). The valgrind/pool test is missing, since it's not really a unit test and probably not too valuable either. Available via "make unit" (and if --enable-testing was passed to configure, also executed by make check).
* pre-release fixes incl make distclean and configure --with-raid=none/sharedAlasdair Kergon2011-08-111-1/+4
|
* Configure and makefile changes for newly added systemd unit files.Peter Rajnoha2011-07-281-0/+3
|
* Fix default /etc/lvm permissions to be 0755. (2.02.66)Alasdair Kergon2010-11-221-1/+1
|
* [MM] Make valgrind aware of the pool allocatorsJoe Thornber2010-08-091-0/+2
| | | | ./configure with --enable-valgrind-pool to enable this.
* Fix lib.device-mapper to wait for include tooAlasdair Kergon2010-08-021-0/+1
|
* Make liblvm.device-mapper wait for include file generation.Alasdair Kergon2010-08-021-1/+2
|
* Change clvmd to communicate with lvm via a socket in /var/run/lvm. (mbroz)Alasdair Kergon2010-07-281-0/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=614248 [CVE-2010-2526]
* Add a unit test for the recent changes to dm_bit_get_next()Joe Thornber2010-07-201-1/+2
|
* Wire the regex tests up to the reportsJoe Thornber2010-07-201-0/+1
|
* Report generators for unit tests and memory checks. Configure withJoe Thornber2010-07-201-0/+20
| | | | --enable-testing.
* Update Copyright date for resently modifed filesZdenek Kabelac2010-05-241-1/+1
|