From: bors Date: Thu, 15 Jun 2017 17:52:42 +0000 (+0000) Subject: Auto merge of #4125 - alexcrichton:rerun-if-env-changed, r=matklad X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~8^2~37 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b4b7ed5bd8759f947c44d34b00b80343575e9fbf;p=cargo.git Auto merge of #4125 - alexcrichton:rerun-if-env-changed, r=matklad Implement `cargo:rerun-if-env-changed=FOO` This commit implements a new method of rerunning a build script if an environment variable changes. Environment variables are one of the primary methods of giving inputs to a build script today, and this'll help situations where if you change an env var you don't have to remember to clean out an old build directory to ensure fresh results. Closes #2776 --- b4b7ed5bd8759f947c44d34b00b80343575e9fbf