- Add modules argument description
- Describe how GO_PKGNAME works in modules mode; add note about GO_PKGNAME/GH_SUBDIR relationship
- Document GO_BUILDFLAGS
Details
Details
- Reviewers
mat swills jlaffaye tobik 0mp - Group Reviewers
Doc Committers - Commits
- rD52938: Porter's Handbook: Update USES=go docs after ports r498386
Diff Detail
Diff Detail
- Repository
- rD FreeBSD doc repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml | ||
---|---|---|
1208–1212 ↗ | (On Diff #55777) | If it is passed to *install*, it should be named with INSTALL in it and not BUILD. |
en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml | ||
---|---|---|
1208–1212 ↗ | (On Diff #55777) | It does look like it is misnamed but technically it is a correct name. From go help install: usage: go install [-i] [build flags] [packages] Install compiles and installs the packages named by the import paths. GO_BUILDFLAGS is what gets passed as build flags argument. |