Skip to content

Commit

Permalink
Remove rustpkg.
Browse files Browse the repository at this point in the history
I'm sorry :'(

Closes #11859
  • Loading branch information
emberian committed Feb 2, 2014
1 parent 3e39e3e commit 25fe2ca
Show file tree
Hide file tree
Showing 59 changed files with 14 additions and 8,480 deletions.
1 change: 0 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ SREQ$(1)_T_$(2)_H_$(3) = \
# libraries
CSREQ$(1)_T_$(2)_H_$(3) = \
$$(TSREQ$(1)_T_$(2)_H_$(3)) \
$$(HBIN$(1)_H_$(3))/rustpkg$$(X_$(3)) \
$$(HBIN$(1)_H_$(3))/rustdoc$$(X_$(3)) \
$$(foreach dep,$$(CRATES),$$(TLIB$(1)_T_$(2)_H_$(3))/stamp.$$(dep)) \
$$(foreach dep,$$(HOST_CRATES),$$(HLIB$(1)_H_$(3))/stamp.$$(dep))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ documentation.
> options are also supported, pass `--help` for more information on them.
When complete, `make install` will place several programs into
`/usr/local/bin`: `rustc`, the Rust compiler; `rustdoc`, the
API-documentation tool, and `rustpkg`, the Rust package manager and build
`/usr/local/bin`: `rustc`, the Rust compiler, and `rustdoc`, the
API-documentation tool.
system.
3. Read the [tutorial].
4. Enjoy!
Expand Down
270 changes: 0 additions & 270 deletions doc/guide-rustpkg.md

This file was deleted.

Loading

5 comments on commit 25fe2ca

@bors
Copy link
Contributor

@bors bors commented on 25fe2ca Feb 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 25fe2ca Feb 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging cmr/rust/rm-rustpkg = 25fe2ca into auto

@bors
Copy link
Contributor

@bors bors commented on 25fe2ca Feb 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cmr/rust/rm-rustpkg = 25fe2ca merged ok, testing candidate = 8665a51

@bors
Copy link
Contributor

@bors bors commented on 25fe2ca Feb 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 25fe2ca Feb 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 8665a51

Please sign in to comment.