[lvm-devel] LVM2 Makefile.in

zkabelac at sourceware.org zkabelac at sourceware.org
Mon Mar 29 14:06:06 UTC 2010


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at sourceware.org	2010-03-29 14:06:06

Modified files:
	.              : Makefile.in 

Log message:
	Avoid hard sed replacement - i.e. quick test change in make.tmpl
	could avoid recofiguration steps in same debug cases.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/Makefile.in.diff?cvsroot=lvm2&r1=1.42&r2=1.43

--- LVM2/Makefile.in	2009/10/02 19:10:31	1.42
+++ LVM2/Makefile.in	2010/03/29 14:06:06	1.43
@@ -88,7 +88,7 @@
 check: all
 	$(MAKE) -C test all
 
-ifneq ("@LCOV@", "")
+ifneq ("$(LCOV)", "")
 .PHONY: lcov-reset lcov lcov-dated
 
 ifeq ($(MAKECMDGOALS),lcov-dated)
@@ -116,7 +116,7 @@
 		-a $(LCOV_REPORTS_DIR)/libdm.info \
 		-a $(LCOV_REPORTS_DIR)/tools.info \
 		-o $(LCOV_REPORTS_DIR)/lvm.info
-ifneq ("@GENHTML@", "")
+ifneq ("$(GENHTML)", "")
 	$(GENHTML) -o $(LCOV_REPORTS_DIR) -p $(top_srcdir) $(LCOV_REPORTS_DIR)/lvm.info
 endif
 




More information about the lvm-devel mailing list