make populate: drop redundant variable: source

This commit is contained in:
tv 2016-07-17 00:31:53 +02:00
parent 6f51a21125
commit 9c4ed31565

View File

@ -84,10 +84,10 @@ ifeq ($(debug),true)
populate: populate-flags = --debug
endif
populate:
source=$$($(call evaluate,config.krebs.build.source) --json --strict) && \
echo $$source | populate \
$(target_user)@$(target_host):$(target_port)$(target_path) \
$(populate-flags)
$(call evaluate,config.krebs.build.source) --json --strict | \
populate \
$(target_user)@$(target_host):$(target_port)$(target_path) \
$(populate-flags)
# usage: make build.pkgs.get
build build.:;@$(call build,$${expr-eval})