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)/%:
-- Mailing list: https://launchpad.net/~sts-sponsors Post to : [email protected] Unsubscribe : https://launchpad.net/~sts-sponsors More help : https://help.launchpad.net/ListHelp

