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:
parent
ebe808ac40
commit
03aa3e6ac7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user