mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +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
|
||||
|
||||
ifeq ("@DMEVENTD@", "yes")
|
||||
DEPLIBS += $(top_builddir)/daemons/dmeventd/libdevmapper-event.so
|
||||
LVMLIBS += -ldevmapper-event
|
||||
endif
|
||||
|
||||
@ -124,15 +125,22 @@ install_tmpfiles_configuration:
|
||||
$(INSTALL_DIR) $(tmpfiles_dir)
|
||||
$(INSTALL_DATA) lvm2_tmpfiles_red_hat.conf $(tmpfiles_dir)/lvm2.conf
|
||||
|
||||
DISTCLEAN_TARGETS += clvmd_init_red_hat cmirrord_init_red_hat \
|
||||
lvm2_monitoring_init_red_hat lvm2_lvmetad_init_red_hat \
|
||||
dm_event_systemd_red_hat.socket dm_event_systemd_red_hat.service \
|
||||
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 \
|
||||
blkdeactivate.sh lvm2_clvmd_systemd_red_hat.service \
|
||||
lvm2_cmirrord_systemd_red_hat.service \
|
||||
lvm2_cluster_activation_systemd_red_hat.service \
|
||||
lvm2_cluster_activation_red_hat.sh
|
||||
CLEAN_TARGETS += \
|
||||
blkdeactivate.sh \
|
||||
blk_availability_init_red_hat \
|
||||
blk_availability_systemd_red_hat.service \
|
||||
clvmd_init_red_hat \
|
||||
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_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…
Reference in New Issue
Block a user