[Asterisk-code-review] Make product rules - pass all stage variants (repotools[master])
Scott Griepentrog
asteriskteam at digium.com
Fri Aug 19 14:40:32 CDT 2016
Scott Griepentrog has uploaded a new change for review.
https://gerrit.asterisk.org/3653
Change subject: Make product rules - pass all stage variants
......................................................................
Make product rules - pass all stage variants
This change puts the STAGE_VARIANTS in quotes
when passing to make_stage so it receives all
of them.
Change-Id: Ia97c42dcd86a17748103c316655bf2326be2f9fd
---
M build_tools/Makefile.product_rules
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/repotools refs/changes/53/3653/1
diff --git a/build_tools/Makefile.product_rules b/build_tools/Makefile.product_rules
index cada362..3b9b245 100644
--- a/build_tools/Makefile.product_rules
+++ b/build_tools/Makefile.product_rules
@@ -172,7 +172,7 @@
$(ECHO_PREFIX) echo " [STAGE] $@"
@if [ -z "$(REPO)" ] ; then echo -e "Missing REPO=<repository>.\nExample: make stage REPO=https://origsvn.digium.com/svn/sites/downloads.digium.com/staging/telephony\n\n" ; exit 1 ; fi
$(CMD_PREFIX)repotools/build_tools/make_stage --version=$(PRODUCT_VERSION) --arch=$(ARCH) --package-name=$(MODULE_NAME) \
- --variants=$(STAGE_VARIANTS) --stage-subdir=$(STAGE_SUBDIR) --skip-checks=$(SKIP_CHECKS) --repo=$(REPO)
+ --variants="$(STAGE_VARIANTS)" --stage-subdir=$(STAGE_SUBDIR) --skip-checks=$(SKIP_CHECKS) --repo=$(REPO)
stage_64: export ARCH=x86_64
stage_64: export REPO:=$(REPO)
--
To view, visit https://gerrit.asterisk.org/3653
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia97c42dcd86a17748103c316655bf2326be2f9fd
Gerrit-PatchSet: 1
Gerrit-Project: repotools
Gerrit-Branch: master
Gerrit-Owner: Scott Griepentrog <sgriepentrog at digium.com>
More information about the asterisk-code-review
mailing list