Merge pull request #6103 from joshuaspence/quickdev

Remove TF_QUICKDEV environment variable
This commit is contained in:
James Nugent 2016-04-09 12:33:50 -05:00
commit 8f60579a66
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ dev: fmtcheck generate
@TF_DEV=1 sh -c "'$(CURDIR)/scripts/build.sh'"
quickdev: generate
@TF_QUICKDEV=1 TF_DEV=1 sh -c "'$(CURDIR)/scripts/build.sh'"
@TF_DEV=1 sh -c "'$(CURDIR)/scripts/build.sh'"
# Shorthand for quickly building the core of Terraform. Note that some
# changes will require a rebuild of everything, in which case the dev