summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index be069ec3e..064cba484 100644
--- a/Makefile
+++ b/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})