1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Clean generated files .exported_symbols_generated, example.conf for distclean.

This commit is contained in:
Zdenek Kabelac 2010-08-03 13:00:45 +00:00
parent c8675c4933
commit 56081fe97b
5 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.73 - Version 2.02.73 -
================================ ================================
Clean generated files .exported_symbols_generated, example.conf for distclean.
Handle failure of all mirrored log devices and all but one mirror leg. Handle failure of all mirrored log devices and all but one mirror leg.
Disallow 'mirrored' log type for cluster mirrors. Disallow 'mirrored' log type for cluster mirrors.
Do not use VPATH in include/Makefile. Do not use VPATH in include/Makefile.

View File

@ -27,3 +27,5 @@ install_lvm2: $(CONFSRC)
fi fi
install: install_lvm2 install: install_lvm2
DISTCLEAN_TARGETS += $(CONFSRC)

View File

@ -94,4 +94,4 @@ install_ioctl_static: $(LIB_STATIC)
$(INSTALL_DATA) -D $< $(usrlibdir)/$(<F) $(INSTALL_DATA) -D $< $(usrlibdir)/$(<F)
CLEAN_TARGETS += ioctl/libdevmapper.a CLEAN_TARGETS += ioctl/libdevmapper.a
DISTCLEAN_TARGETS += libdevmapper.pc DISTCLEAN_TARGETS += libdevmapper.pc .exported_symbols_generated

View File

@ -78,4 +78,4 @@ liblvm.cflow: $(SOURCES)
cflow: liblvm.cflow cflow: liblvm.cflow
DISTCLEAN_TARGETS += $(LIB_NAME).pc DISTCLEAN_TARGETS += $(LIB_NAME).pc .exported_symbols_generated

View File

@ -202,3 +202,5 @@ install_device-mapper: $(INSTALL_DMSETUP_TARGETS)
install_lvm2: $(INSTALL_LVM_TARGETS) install_lvm2: $(INSTALL_LVM_TARGETS)
install: install_lvm2 install_device-mapper install: install_lvm2 install_device-mapper
DISTCLEAN_TARGETS += .exported_symbols_generated