Skip to content

Commit 8665a51

Browse files
committedFeb 2, 2014
auto merge of #11987 : cmr/rust/rm-rustpkg, r=cmr
I'm sorry :'( Closes #11859
2 parents dce61c9 + 25fe2ca commit 8665a51

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+14
-8480
lines changed
 

‎Makefile.in

-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ SREQ$(1)_T_$(2)_H_$(3) = \
370370
# libraries
371371
CSREQ$(1)_T_$(2)_H_$(3) = \
372372
$$(TSREQ$(1)_T_$(2)_H_$(3)) \
373-
$$(HBIN$(1)_H_$(3))/rustpkg$$(X_$(3)) \
374373
$$(HBIN$(1)_H_$(3))/rustdoc$$(X_$(3)) \
375374
$$(foreach dep,$$(CRATES),$$(TLIB$(1)_T_$(2)_H_$(3))/stamp.$$(dep)) \
376375
$$(foreach dep,$$(HOST_CRATES),$$(HLIB$(1)_H_$(3))/stamp.$$(dep))

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ documentation.
5252
> options are also supported, pass `--help` for more information on them.
5353
5454
When complete, `make install` will place several programs into
55-
`/usr/local/bin`: `rustc`, the Rust compiler; `rustdoc`, the
56-
API-documentation tool, and `rustpkg`, the Rust package manager and build
55+
`/usr/local/bin`: `rustc`, the Rust compiler, and `rustdoc`, the
56+
API-documentation tool.
5757
system.
5858
3. Read the [tutorial].
5959
4. Enjoy!

0 commit comments

Comments
 (0)
Please sign in to comment.