mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
package/pkg-generic: split long, unreadable DOWNLOAD line
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
d2dd96f0ee
commit
a79adca86f
@@ -182,7 +182,12 @@ $(BUILD_DIR)/%/.stamp_downloaded:
|
||||
break ; \
|
||||
fi ; \
|
||||
done
|
||||
$(if $($(PKG)_MAIN_DOWNLOAD),$(call DOWNLOAD,$($(PKG)_MAIN_DOWNLOAD),$(patsubst %,-p '%',$($(PKG)_DOWNLOAD_POST_PROCESS))))
|
||||
$(if $($(PKG)_MAIN_DOWNLOAD), \
|
||||
$(call DOWNLOAD, \
|
||||
$($(PKG)_MAIN_DOWNLOAD), \
|
||||
$(patsubst %,-p '%',$($(PKG)_DOWNLOAD_POST_PROCESS)) \
|
||||
) \
|
||||
)
|
||||
$(foreach p,$($(PKG)_ADDITIONAL_DOWNLOADS),$(call DOWNLOAD,$(p))$(sep))
|
||||
$(foreach hook,$($(PKG)_POST_DOWNLOAD_HOOKS),$(call $(hook))$(sep))
|
||||
$(Q)mkdir -p $(@D)
|
||||
|
||||
Reference in New Issue
Block a user