core/pkg-utils: properly indent per-package-rsync

Continuation lines should be indented one level more than the line the
are the continuation of.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yann E. MORIN 2022-01-08 18:35:40 +01:00 committed by Peter Korsgaard
parent ebe808ac40
commit 03aa3e6ac7

View File

@ -213,8 +213,8 @@ define per-package-rsync
mkdir -p $(3)
$(foreach pkg,$(1),\
rsync -a --link-dest=$(PER_PACKAGE_DIR)/$(pkg)/$(2)/ \
$(PER_PACKAGE_DIR)/$(pkg)/$(2)/ \
$(3)$(sep))
$(PER_PACKAGE_DIR)/$(pkg)/$(2)/ \
$(3)
endef
# prepares the per-package HOST_DIR and TARGET_DIR of the current