mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +00:00
build.rs: remove two comments
This commit is contained in:
parent
69caa45b01
commit
3d498432fa
1 changed files with 0 additions and 3 deletions
3
build.rs
3
build.rs
|
@ -6,8 +6,6 @@ use std::io::Write;
|
|||
use std::path::Path;
|
||||
|
||||
pub fn main() {
|
||||
// println!("cargo:warning=Running build.rs");
|
||||
|
||||
if let Ok(profile) = env::var("PROFILE") {
|
||||
println!("cargo:rustc-cfg=build={:?}", profile);
|
||||
}
|
||||
|
@ -17,7 +15,6 @@ pub fn main() {
|
|||
const OVERRIDE_PREFIX: &str = "uu_";
|
||||
|
||||
let out_dir = env::var("OUT_DIR").unwrap();
|
||||
// println!("cargo:warning=out_dir={}", out_dir);
|
||||
|
||||
let mut crates = Vec::new();
|
||||
for (key, val) in env::vars() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue