From 9c4ed31565f3491f055963bcd7869bd0c1e62aa5 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 17 Jul 2016 00:31:53 +0200 Subject: make populate: drop redundant variable: source --- Makefile | 8 ++++---- 1 file 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}) -- cgit v1.2.3