Skip to content

make dist: specify the archive file as stdout - #33424

Merged
bors merged 1 commit into
rust-lang:masterfrom
semarie:dist
May 8, 2016
Merged

make dist: specify the archive file as stdout#33424
bors merged 1 commit into
rust-lang:masterfrom
semarie:dist

Conversation

@semarie

Copy link
Copy Markdown
Contributor

If the -f option isn't given, GNU tar will use environment variable
TAPE first, and next use the compiled-in default, which isn't
necessary stdout (it is the tape device /dev/rst0 under OpenBSD for
example).

If the `-f` option isn't given, GNU tar will use environment variable
`TAPE` first, and next use the compiled-in default, which isn't
necessary `stdout` (it is the tape device `/dev/rst0` under OpenBSD for
example).
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@semariesemarie changed the title specify the archive file as stdoutmake dist: specify the archive file as stdoutMay 5, 2016
@alexcrichton

Copy link
Copy Markdown
Member

What. in. the. world.

@bors: r+ 2111725

@brson

brson commented May 5, 2016

Copy link
Copy Markdown
Contributor

Thanks, Unix.

@ManishearthManishearth mentioned this pull request May 8, 2016
Manishearth added a commit to Manishearth/rust that referenced this pull request May 8, 2016
make dist: specify the archive file as stdout
If the `-f` option isn't given, GNU tar will use environment variable
`TAPE` first, and next use the compiled-in default, which isn't
necessary `stdout` (it is the tape device `/dev/rst0` under OpenBSD for
example).
bors added a commit that referenced this pull request May 8, 2016
Rollup of 8 pull requests
- Successful merges: #33369, #33373, #33404, #33406, #33420, #33424, #33426, #33473
- Failed merges:
Manishearth added a commit to Manishearth/rust that referenced this pull request May 8, 2016
make dist: specify the archive file as stdout
If the `-f` option isn't given, GNU tar will use environment variable
`TAPE` first, and next use the compiled-in default, which isn't
necessary `stdout` (it is the tape device `/dev/rst0` under OpenBSD for
example).
bors added a commit that referenced this pull request May 8, 2016
Rollup of 8 pull requests
- Successful merges: #33369, #33373, #33404, #33406, #33420, #33424, #33426, #33473
- Failed merges:
@bors
bors merged commit 2111725 into rust-lang:masterMay 8, 2016
@semarie
semarie deleted the dist branch May 8, 2016 17:22
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@semarie@rust-highfive@alexcrichton@brson@bors