]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist, internal/syslist: update UnixOS comments
authorIan Lance Taylor <iant@golang.org>
Tue, 29 Oct 2024 00:12:41 +0000 (17:12 -0700)
committerGopher Robot <gobot@golang.org>
Sat, 2 Nov 2024 04:21:27 +0000 (04:21 +0000)
Update the comments about the list of Unix systems after CL 601357,
which moved one copy and eliminated another.

Change-Id: I12f5b14a53ce6f8b3a41c9a10f947465c291e2b6
Reviewed-on: https://go-review.googlesource.com/c/go/+/623035
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/cmd/dist/build.go
src/internal/syslist/syslist.go

index 2c9ecdfa5817e9ca3553f329a7bf3310ef6e2bf7..a75799c2e708eed9e4b9019a55fda97d557ddeae 100644 (file)
@@ -1063,8 +1063,7 @@ func packagefile(pkg string) string {
 }
 
 // unixOS is the set of GOOS values matched by the "unix" build tag.
-// This is the same list as in go/build/syslist.go and
-// cmd/go/internal/imports/build.go.
+// This is the same list as in internal/syslist/syslist.go.
 var unixOS = map[string]bool{
        "aix":       true,
        "android":   true,
index 7d1a2b3c3d6e496883a650fd027e8324d34ccad0..2349b6ea64a6d3ae1cc8b8a92820c4a78d38ba1e 100644 (file)
@@ -37,8 +37,7 @@ var KnownOS = map[string]bool{
 
 // UnixOS is the set of GOOS values matched by the "unix" build tag.
 // This is not used for filename matching.
-// This list also appears in cmd/dist/build.go and
-// cmd/go/internal/imports/build.go.
+// This list also appears in cmd/dist/build.go.
 var UnixOS = map[string]bool{
        "aix":       true,
        "android":   true,