mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
makefiles: clear targets in with make clean
Make clean usually cleans all compiled files. Make distclean cleans configure generated files
This commit is contained in:
parent
4955dae4be
commit
1af05a7a16
@ -29,6 +29,7 @@ ifeq ("@APPLIB@", "yes")
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ("@DMEVENTD@", "yes")
|
ifeq ("@DMEVENTD@", "yes")
|
||||||
|
DEPLIBS += $(top_builddir)/daemons/dmeventd/libdevmapper-event.so
|
||||||
LVMLIBS += -ldevmapper-event
|
LVMLIBS += -ldevmapper-event
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -124,15 +125,22 @@ install_tmpfiles_configuration:
|
|||||||
$(INSTALL_DIR) $(tmpfiles_dir)
|
$(INSTALL_DIR) $(tmpfiles_dir)
|
||||||
$(INSTALL_DATA) lvm2_tmpfiles_red_hat.conf $(tmpfiles_dir)/lvm2.conf
|
$(INSTALL_DATA) lvm2_tmpfiles_red_hat.conf $(tmpfiles_dir)/lvm2.conf
|
||||||
|
|
||||||
DISTCLEAN_TARGETS += clvmd_init_red_hat cmirrord_init_red_hat \
|
CLEAN_TARGETS += \
|
||||||
lvm2_monitoring_init_red_hat lvm2_lvmetad_init_red_hat \
|
blkdeactivate.sh \
|
||||||
dm_event_systemd_red_hat.socket dm_event_systemd_red_hat.service \
|
blk_availability_init_red_hat \
|
||||||
lvm2_monitoring_systemd_red_hat.service \
|
|
||||||
lvm2_lvmetad_systemd_red_hat.socket lvm2_lvmetad_systemd_red_hat.service \
|
|
||||||
lvm2_pvscan_systemd_red_hat@.service \
|
|
||||||
lvm2_tmpfiles_red_hat.conf blk_availability_init_red_hat \
|
|
||||||
blk_availability_systemd_red_hat.service \
|
blk_availability_systemd_red_hat.service \
|
||||||
blkdeactivate.sh lvm2_clvmd_systemd_red_hat.service \
|
clvmd_init_red_hat \
|
||||||
lvm2_cmirrord_systemd_red_hat.service \
|
cmirrord_init_red_hat \
|
||||||
|
dm_event_systemd_red_hat.service \
|
||||||
|
dm_event_systemd_red_hat.socket \
|
||||||
|
lvm2_cluster_activation_red_hat.sh \
|
||||||
lvm2_cluster_activation_systemd_red_hat.service \
|
lvm2_cluster_activation_systemd_red_hat.service \
|
||||||
lvm2_cluster_activation_red_hat.sh
|
lvm2_clvmd_systemd_red_hat.service \
|
||||||
|
lvm2_cmirrord_systemd_red_hat.service \
|
||||||
|
lvm2_lvmetad_init_red_hat \
|
||||||
|
lvm2_lvmetad_systemd_red_hat.service \
|
||||||
|
lvm2_lvmetad_systemd_red_hat.socket \
|
||||||
|
lvm2_monitoring_init_red_hat \
|
||||||
|
lvm2_monitoring_systemd_red_hat.service \
|
||||||
|
lvm2_pvscan_systemd_red_hat@.service \
|
||||||
|
lvm2_tmpfiles_red_hat.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user