summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add make install_initscriptsAlasdair Kergon2010-05-201-0/+3
|
* Add install_system_dirs makefile target.Alasdair Kergon2010-05-201-0/+8
| | | | Add configure options for system and locking directories.
* Add check_cluster and check_local targets in addition to just "check".Petr Rockai2010-04-131-2/+2
|
* Use vpath instead of VPATH.Zdenek Kabelac2010-04-091-1/+0
| | | | | | | | | | | | | | | Usage of VPATH makes troubles when used within $(builddir). Not only source files are being found through VPATH, but targets as well. (make --debug=v) Thus if user builds the code in $(srcdir) and also in some $(builddir) he gets mangled results as some generated files (i.e. .export.sym) are 'reused' from $(srcdir) instead of $(builddir). This patch switches to use vpath were we could explicitly name suffixes that should be looked via vpath - we must take care, we do not generate files with these suffixes: .c, .in, .po, .exported_symbols
* As lcov module is not installed with GD.pm dependency we needZdenek Kabelac2010-04-061-1/+1
| | | | | | | | to check for presence of this module and avoid using --frames option for genhtml in this case. Fix arg list for AC_PATH_PROG for lcov and genhtml. (detecting empty LCOV and GENHTML string in Makefiles).
* Distcleanup config files only in toplevel directory.Zdenek Kabelac2010-04-061-1/+2
| | | | | | Do not execute 'rm -r' with empty $(DISTCLEAN_DIRS). lvm-version.h is already cleaned with subtarget distcleaning. Always distcleanup lcov_reports*.
* Fix lcov targetZdenek Kabelac2010-04-061-23/+26
| | | | | | | | | Patch fixes generation of coverage files for dmeventd and adds support for clvmd. Path names are stripped, so the the html looks better. Frames 'previews' is enabled for generated pages. Using top_srcdir was wrong here - though we still can't easily use builddir. Requiers using shell variables before execution of binaries build outside of srcdir.
* Fixing another set of distclean problems where we left some generated filesZdenek Kabelac2010-03-291-6/+3
| | | | | | | | in clvmd, dmevend, man, tests. Don't include dependency files for clow and cscope.out targets Improve dependency tracking for dmeventd and liblvm2cmd sources.
* Update cflow file generation - support build dir and use $(top_srcdir)Zdenek Kabelac2010-03-291-3/+4
| | | | | | | to obtain sources. Create make.tmpl target for simplier generation of cflow files with the help of CFLOW_LIST, CFLOW_LIST_TARGET, CFLOW_TARGET. Still cflow usage is not perfect.
* distclean fixesZdenek Kabelac2010-03-291-10/+1
| | | | | | | Move daemons/ and lib/ subtargets to their Makefiles so we don't get double cleanup error during execution of distclean target. Instead of duplicating clean target inside distclean target, just use it as a subtarget and avoid add duplicating code.
* Use $(top_srcdir) for sources and add cscope.out to distclean targets.Zdenek Kabelac2010-03-291-2/+3
|
* Avoid hard sed replacement - i.e. quick test change in make.tmplZdenek Kabelac2010-03-291-2/+2
| | | | could avoid recofiguration steps in same debug cases.
* Allow for a build directory separate from the source.Alasdair Kergon2009-10-021-0/+1
|
* Remove daemons/clogd from distclean dirs (replaced with cmirrord)Zdenek Kabelac2009-10-021-1/+0
|
* Run distclean also for daemons/cmirrordZdenek Kabelac2009-10-021-0/+1
|
* Minor replace of of ${top_srcdir} with $(top_srcdir) for lcov targetZdenek Kabelac2009-09-221-1/+1
|
* Remove test/api which should only be under 'make test'.Alasdair Kergon2009-09-151-1/+0
|
* Add lvm2app.sh to nightly testsuite.Dave Wysochanski2009-09-041-0/+1
| | | | | More tests to come but for now just call into vgtest. Fix warning in vgtest.c
* Remove unwanted Makefiles and don't purge lvm2.po that'sFabio M. Di Nitto2009-09-011-0/+2
| | | | under RCS.
* cluster log daemon (clogd): Add to LVM build systemJonathan Earl Brassow2009-08-131-0/+1
| | | | | | | | | This check-in includes the touch-ups, make file changes, copyrights, and other necessities to include the cluster log daemon into the build system. [autoconf still needs to be run to generate the 'configure' and 'Makefile' files.]
* Prepare for udev synchronisation code. (options don't work yet)Alasdair Kergon2009-07-311-0/+4
|
* Rename liblvm.so to liblvm2app.so and use configure --enable-applib.Alasdair Kergon2009-05-221-2/+6
|
* Fix some distclean rules.Dave Wysochanski2009-03-161-1/+3
| | | | | | | By gnu coding stds, 'distclean' should remove all files generated by ./configure in addition to what 'clean' does. Author: Takahiro Yasui <tyasui@redhat.com>
* Add new liblvm build directory and move lvm_base.c.Dave Wysochanski2009-03-061-2/+3
| | | | | | | | | The original liblvm.a has been moved to liblvm-internal.a. We now use liblvm.a for the new application library and build it inside liblvm directory. Change dependencies so tools depend on liblvm application library, and application library depends on liblvm internal.
* daemons depends on liblvm2cmd - fixes parallel buildsZdenek Kabelac2008-11-181-1/+1
|
* Include libdm in lcov reports.Petr Rockai2008-11-101-0/+3
|
* dmeventdAlasdair Kergon2008-11-041-2/+2
|