mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
makefiles: compile files on make
Make install should install already compiled/generated files.
This commit is contained in:
parent
1af05a7a16
commit
2b748e3118
@ -58,6 +58,8 @@ endif
|
||||
%_install: %.rules
|
||||
$(INSTALL_DATA) -D $< $(udevdir)/$(<F)
|
||||
|
||||
all: $(DM_RULES) $(LVM_RULES)
|
||||
CLEAN_TARGETS = $(DM_RULES) $(LVM_RULES)
|
||||
install_device-mapper: $(DM_RULES:.rules=_install)
|
||||
install_lvm2: $(LVM_RULES:.rules=_install)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user