From: Thomas Petazzoni Date: Sun, 26 Apr 2015 09:51:06 +0000 (+0200) Subject: Makefile: implement a package based source-check target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f9b928244a00106d01ee7ac5768072233fc6c5d2;p=buildroot.git Makefile: implement a package based source-check target This commit switches the implementation of the global source-check target to use a package infrastructure based mechanism, using the $(1)-all-source-check target added in the previous commit. Signed-off-by: Thomas Petazzoni Acked-by: "Yann E. MORIN" Tested-by: "Yann E. MORIN" Reviewed-by: Arnout Vandecappelle (Essensium/Mind) --- diff --git a/Makefile b/Makefile index a44232567d..f5ff5746b7 100644 --- a/Makefile +++ b/Makefile @@ -619,8 +619,7 @@ external-deps: @$(MAKE1) -Bs $(EXTRAMAKEARGS) _external-deps | sort -u # check if download URLs are outdated -source-check: - $(MAKE1) DL_MODE=SOURCE_CHECK $(EXTRAMAKEARGS) source +source-check: $(foreach p,$(PACKAGES),$(p)-all-source-check) legal-info-clean: @rm -fr $(LEGAL_INFO_DIR)