diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2017-02-23 18:49:54 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2017-03-04 21:38:26 +0300 |
| commit | f2187093f8d19c39071502c9e95bacabd5febd88 (patch) | |
| tree | 4efd7d05f0d84e92697647dfab27e2dfffabe9e7 /src/liballoc_jemalloc | |
| parent | 83cbaf5e66752018e5bf0207b2b34f0e6be4227e (diff) | |
| download | rust-f2187093f8d19c39071502c9e95bacabd5febd88.tar.gz rust-f2187093f8d19c39071502c9e95bacabd5febd88.zip | |
Add/remove `rerun-if-changed` when necessary
Diffstat (limited to 'src/liballoc_jemalloc')
| -rw-r--r-- | src/liballoc_jemalloc/build.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/liballoc_jemalloc/build.rs b/src/liballoc_jemalloc/build.rs index a3402bf3994..cd2e8e4ec20 100644 --- a/src/liballoc_jemalloc/build.rs +++ b/src/liballoc_jemalloc/build.rs @@ -21,8 +21,6 @@ use std::process::Command; use build_helper::{run, rerun_if_changed_anything_in_dir, up_to_date}; fn main() { - println!("cargo:rerun-if-changed=build.rs"); - // FIXME: This is a hack to support building targets that don't // support jemalloc alongside hosts that do. The jemalloc build is // controlled by a feature of the std crate, and if that feature |
