Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/dist: does not say there are flags you can pass to bootstrap command #8506

Closed
tfarina opened this issue Aug 11, 2014 · 2 comments
Closed

Comments

@tfarina
Copy link

tfarina commented Aug 11, 2014

I was trying to reach the breakpoint in bgrunv without success, until I passed -a to
dist bootstrap.

Then I hit the breakpoint.

Breakpoint 1, install (dir=<optimized out>) at cmd/dist/build.c:1062
1062            bgrunv(bstr(&path), CheckExit, &compile);

Looking at cmd/dist/build.c:cmdbootstrap I see you can pass either -a, -s or -v.
@ianlancetaylor
Copy link
Contributor

Comment 1:

Labels changed: added repo-main, release-none.

Status changed to Accepted.

@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@ALTree
Copy link
Member

ALTree commented Apr 26, 2017

This looks fixed, the two (currently valid) flags are documented:

$ go tool dist bootstrap -h
usage: go tool dist bootstrap [options]
  -a	rebuild all
  -v	verbosity

Closing.

@ALTree ALTree closed this as completed Apr 26, 2017
@golang golang locked and limited conversation to collaborators Apr 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants