← Back to team overview

sts-sponsors team mailing list archive

[Merge] ~troyanov/maas:fix-make-shell-env into maas:master

 

Anton Troyanov has proposed merging ~troyanov/maas:fix-make-shell-env into maas:master.

Commit message:
fix(ci): export OUT_PREFIX from parent make

Requested reviews:
  MAAS Maintainers (maas-maintainers)

For more details, see:
https://code.launchpad.net/~troyanov/maas/+git/maas/+merge/442384
-- 
Your team MAAS Committers is subscribed to branch maas:master.
diff --git a/src/maasagent/Makefile b/src/maasagent/Makefile
index 0c8d476..ecbc6cb 100644
--- a/src/maasagent/Makefile
+++ b/src/maasagent/Makefile
@@ -21,6 +21,7 @@ ARTIFACTS := $(subst /,,$(subst cmd/,,$(wildcard cmd/*/)))
 
 .PHONY: build
 build: vendor
+	export OUT_PREFIX
 	$(MAKE) $(addprefix $(BUILD_DIR)/,$(ARTIFACTS))
 
 $(BUILD_DIR)/%:

Follow ups