make populate: drop redundant variable: source
This commit is contained in:
parent
6f51a21125
commit
9c4ed31565
8
Makefile
8
Makefile
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user