mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Remove makefile entries for removed script
This commit is contained in:
parent
fa00fce97c
commit
9b79f0244a
@ -1804,7 +1804,6 @@ scripts/lvm2_lvmpolld_init_red_hat
|
||||
scripts/lvm2_lvmpolld_systemd_red_hat.service
|
||||
scripts/lvm2_lvmpolld_systemd_red_hat.socket
|
||||
scripts/lvm2_lvmlockd_systemd_red_hat.service
|
||||
scripts/lvm2_lvmlocking_systemd_red_hat.service
|
||||
scripts/lvm2_monitoring_init_red_hat
|
||||
scripts/lvm2_monitoring_systemd_red_hat.service
|
||||
scripts/lvm2_pvscan_systemd_red_hat@.service
|
||||
|
1
scripts/.gitignore
vendored
1
scripts/.gitignore
vendored
@ -16,7 +16,6 @@ lvm2_lvmetad_init_red_hat
|
||||
lvm2_lvmetad_systemd_red_hat.service
|
||||
lvm2_lvmetad_systemd_red_hat.socket
|
||||
lvm2_lvmlockd_systemd_red_hat.service
|
||||
lvm2_lvmlocking_systemd_red_hat.service
|
||||
lvm2_lvmpolld_init_red_hat
|
||||
lvm2_lvmpolld_systemd_red_hat.service
|
||||
lvm2_lvmpolld_systemd_red_hat.socket
|
||||
|
@ -109,7 +109,6 @@ ifeq ("@BUILD_LVMPOLLD@", "yes")
|
||||
endif
|
||||
ifeq ("@BUILD_LVMLOCKD@", "yes")
|
||||
$(INSTALL_DATA) lvm2_lvmlockd_systemd_red_hat.service $(systemd_unit_dir)/lvm2-lvmlockd.service
|
||||
$(INSTALL_DATA) lvm2_lvmlocking_systemd_red_hat.service $(systemd_unit_dir)/lvm2-lvmlocking.service
|
||||
endif
|
||||
ifneq ("@CLVMD@", "none")
|
||||
$(INSTALL_DATA) lvm2_clvmd_systemd_red_hat.service $(systemd_unit_dir)/lvm2-clvmd.service
|
||||
@ -159,7 +158,6 @@ DISTCLEAN_TARGETS += \
|
||||
lvm2_lvmpolld_systemd_red_hat.service \
|
||||
lvm2_lvmpolld_systemd_red_hat.socket \
|
||||
lvm2_lvmlockd_systemd_red_hat.service \
|
||||
lvm2_lvmlocking_systemd_red_hat.service \
|
||||
lvm2_monitoring_init_red_hat \
|
||||
lvm2_monitoring_systemd_red_hat.service \
|
||||
lvm2_pvscan_systemd_red_hat@.service \
|
||||
|
Loading…
Reference in New Issue
Block a user