From cfc2890310166ddf4bb09d4d7279f2466a334c8c Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Sat, 9 Apr 2016 21:56:06 +1000 Subject: [PATCH] Remove TF_QUICKDEV environment variable This environment variable doesn't seem to be used, the last usage was removed in 6fe27036650adc8bc9237d033dd9d18c517892a1. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4648ef234..f98d6a5f0 100644 --- a/Makefile +++ b/Makefile @@ -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