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

makefiles: add alias for device-mapper

Support also 'make device_mapper' so user is less confused.
This commit is contained in:
Zdenek Kabelac 2021-02-28 01:19:23 +01:00
parent 8d93d8b7b7
commit 5509e764f1
3 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,7 @@ daemons.device-mapper: libdm.device-mapper
tools.device-mapper: libdm.device-mapper
scripts.device-mapper: include.device-mapper
device-mapper: tools.device-mapper daemons.device-mapper man.device-mapper
device_mapper: device-mapper
ifeq ("@INTL@", "yes")
lib.pofile: include.pofile

View File

@ -310,6 +310,7 @@ all: $(SUBDIRS) $(TARGETS)
install: all $(SUBDIRS.install)
install_device-mapper: $(SUBDIRS.install_device-mapper)
install_device_mapper: install_device-mapper
cflow: $(SUBDIRS.cflow)
$(SUBDIRS): $(SUBDIRS.device-mapper)

View File

@ -340,6 +340,7 @@ all: $(SUBDIRS) $(TARGETS)
install: all $(SUBDIRS.install)
install_cluster: all $(SUBDIRS.install_cluster)
install_device-mapper: $(SUBDIRS.install_device-mapper)
install_device_mapper: install_device-mapper
install_lvm2: $(SUBDIRS.install_lvm2)
install_ocf: $(SUBDIRS.install_ocf)
cflow: $(SUBDIRS.cflow)