Update for crate_id related changes

This commit is contained in:
Michael Gehring
2014-07-06 12:34:50 +02:00
parent 34c156dbe3
commit a0b3b710c2
58 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ build/uutils: uutils/uutils.rs build/mkuutils $(addprefix build/, $(addsuffix .t
$(RUSTC) $(RUSTCFLAGS) -L build/ --dep-info $@.d build/gen/uutils.rs -o $@
# Dependencies
LIBCRYPTO = $(shell $(RUSTC) --crate-file-name --crate-type rlib deps/rust-crypto/src/rust-crypto/lib.rs)
LIBCRYPTO = $(shell $(RUSTC) --print-file-name --crate-type rlib deps/rust-crypto/src/rust-crypto/lib.rs)
-include build/rust-crypto.d
build/$(LIBCRYPTO): | build
$(RUSTC) $(RUSTCFLAGS) --crate-type rlib --dep-info build/rust-crypto.d deps/rust-crypto/src/rust-crypto/lib.rs --out-dir build/
+1 -1
View File
@@ -1,4 +1,4 @@
#![crate_id(name="base64", vers="1.0.0", author="Jordy Dickinson")]
#![crate_name = "base64"]
/*
* This file is part of the uutils coreutils package.
+1 -1
View File
@@ -1,5 +1,5 @@
#![feature(macro_rules)]
#![crate_id(name="basename", vers="1.0.0", author="Jimmy Lu")]
#![crate_name = "basename"]
/*
* This file is part of the uutils coreutils package.
+1 -1
View File
@@ -1,4 +1,4 @@
#![crate_id(name="cat", vers="1.0.0", author="Seldaek")]
#![crate_name = "cat"]
#![feature(unsafe_destructor)]
/*
+1 -1
View File
@@ -1,4 +1,4 @@
#![crate_id = "chroot#1.0.0"]
#![crate_name = "chroot"]
/*
* This file is part of the uutils coreutils package.
*
+1 -1
View File
@@ -1,4 +1,4 @@
#![crate_id(name="cksum", vers="1.0.0", author="Michael Gehring")]
#![crate_name = "cksum"]
#![feature(macro_rules)]
/*
+1 -1
View File
@@ -1,4 +1,4 @@
#![crate_id(name="comm", vers="1.0.0", author="Michael Gehring")]
#![crate_name = "comm"]
/*
* This file is part of the uutils coreutils package.
+1 -1
View File
@@ -1,4 +1,4 @@
#![crate_id(name="cp", vers="1.0.0", author="Jordy Dickinson")]
#![crate_name = "cp"]
#![feature(macro_rules)]
#![feature(phase)]
+1 -1
View File
@@ -1,4 +1,4 @@
#![crate_id(name="cut", vers="1.0.0", author="Rolf Morel")]
#![crate_name = "cut"]
/*
* This file is part of the uutils coreutils package.
+1 -1
View File
@@ -1,4 +1,4 @@
#![crate_id(name="dirname", vers="1.0.0", author="Derek Chiang")]
#![crate_name = "dirname"]
/*
* This file is part of the uutils coreutils package.
+1 -1
View File
@@ -1,4 +1,4 @@
#![crate_id(name="du", vers="1.0.0", author="Derek Chiang")]
#![crate_name = "du"]
/*
* This file is part of the uutils coreutils package.
+1 -1
View File
@@ -1,5 +1,5 @@
#![feature(macro_rules)]
#![crate_id(name="echo", vers="1.0.0", author="Derek Chiang")]
#![crate_name = "echo"]
/*
* This file is part of the uutils coreutils package.
Vendored
+1 -1
View File
@@ -1,4 +1,4 @@
#![crate_id(name="env", vers="1.0.0", author="LeoTestard")]
#![crate_name = "env"]
/*
* This file is part of the uutils coreutils package.
+1 -1
View File
@@ -1,4 +1,4 @@
#![crate_id(name="factor", vers="1.0.0", author="T. Jameson Little")]
#![crate_name = "factor"]
#![feature(macro_rules)]
/*
+1 -1
View File
@@ -1,4 +1,4 @@
#![crate_id = "uufalse#1.0.0"]
#![crate_name = "uufalse"]
/*
* This file is part of the uutils coreutils package.
+1 -1
View File
@@ -1,4 +1,4 @@
#![crate_id(name="fmt", vers="0.0.3", author="kwantam")]
#![crate_name = "fmt"]
/*
* This file is part of `fmt` from the uutils coreutils package.
*
+1 -1
View File
@@ -1,4 +1,4 @@
#![crate_id(name = "fold", vers = "1.0.0", author = "Arcterus")]
#![crate_name = "fold"]
/*
* This file is part of the uutils coreutils package.
+1 -1
View File
@@ -1,4 +1,4 @@
#![crate_id(name="groups", vers="1.0.0", author="Alan Andrade")]
#![crate_name = "groups"]
/*
* This file is part of the uutils coreutils package.
*
+1 -1
View File
@@ -1,4 +1,4 @@
#![crate_id = "hashsum#1.0.0"]
#![crate_name = "hashsum"]
/*
* This file is part of the uutils coreutils package.
+1 -1
View File
@@ -1,4 +1,4 @@
#![crate_id(name="head", vers="1.0.0", author="Alan Andrade")]
#![crate_name = "head"]
/*
* This file is part of the uutils coreutils package.
*

Some files were not shown because too many files have changed in this diff Show More