mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
e2fsprogs: add empty lines to .mk file
We usually have empty lines around multi-line variable definitions. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
0a269100ea
commit
854be948f8
@ -84,10 +84,12 @@ E2FSPROGS_CONF_ENV += LIBS=-lintl
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
E2FSPROGS_MAKE_OPTS = LDCONFIG=true
|
E2FSPROGS_MAKE_OPTS = LDCONFIG=true
|
||||||
|
|
||||||
E2FSPROGS_INSTALL_STAGING_OPTS = \
|
E2FSPROGS_INSTALL_STAGING_OPTS = \
|
||||||
DESTDIR=$(STAGING_DIR) \
|
DESTDIR=$(STAGING_DIR) \
|
||||||
LDCONFIG=true \
|
LDCONFIG=true \
|
||||||
install-libs
|
install-libs
|
||||||
|
|
||||||
E2FSPROGS_INSTALL_TARGET_OPTS = \
|
E2FSPROGS_INSTALL_TARGET_OPTS = \
|
||||||
DESTDIR=$(TARGET_DIR) \
|
DESTDIR=$(TARGET_DIR) \
|
||||||
LDCONFIG=true \
|
LDCONFIG=true \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user