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
|
populate: populate-flags = --debug
|
||||||
endif
|
endif
|
||||||
populate:
|
populate:
|
||||||
source=$$($(call evaluate,config.krebs.build.source) --json --strict) && \
|
$(call evaluate,config.krebs.build.source) --json --strict | \
|
||||||
echo $$source | populate \
|
populate \
|
||||||
$(target_user)@$(target_host):$(target_port)$(target_path) \
|
$(target_user)@$(target_host):$(target_port)$(target_path) \
|
||||||
$(populate-flags)
|
$(populate-flags)
|
||||||
|
|
||||||
# usage: make build.pkgs.get
|
# usage: make build.pkgs.get
|
||||||
build build.:;@$(call build,$${expr-eval})
|
build build.:;@$(call build,$${expr-eval})
|
||||||
|
Loading…
Reference in New Issue
Block a user