Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
ecc31764
Commit
ecc31764
authored
Dec 16, 2011
by
Mikio Hara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
net: sort Makefile entries
R=golang-dev, jsing CC=golang-dev
https://golang.org/cl/5493058
parent
8fa8ebf8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
Makefile
src/pkg/net/Makefile
+8
-8
No files found.
src/pkg/net/Makefile
View file @
ecc31764
...
...
@@ -21,14 +21,14 @@ GOFILES=\
udpsock.go
\
unixsock.go
\
GOFILES_
freebsd
=
\
GOFILES_
darwin
=
\
dnsclient_unix.go
\
dnsconfig.go
\
fd.go
\
fd_
$(GOOS)
.go
\
file.go
\
interface_bsd.go
\
interface_
freebsd
.go
\
interface_
darwin
.go
\
iprawsock_posix.go
\
ipsock_posix.go
\
lookup_unix.go
\
...
...
@@ -42,21 +42,21 @@ GOFILES_freebsd=\
unixsock_posix.go
\
ifeq
($(CGO_ENABLED),1)
CGOFILES_
freebsd
=
\
CGOFILES_
darwin
=
\
cgo_bsd.go
\
cgo_unix.go
else
GOFILES_
freebsd
+=
cgo_stub.go
GOFILES_
darwin
+=
cgo_stub.go
endif
GOFILES_
darwin
=
\
GOFILES_
freebsd
=
\
dnsclient_unix.go
\
dnsconfig.go
\
fd.go
\
fd_
$(GOOS)
.go
\
file.go
\
interface_bsd.go
\
interface_
darwin
.go
\
interface_
freebsd
.go
\
iprawsock_posix.go
\
ipsock_posix.go
\
lookup_unix.go
\
...
...
@@ -70,11 +70,11 @@ GOFILES_darwin=\
unixsock_posix.go
\
ifeq
($(CGO_ENABLED),1)
CGOFILES_
darwin
=
\
CGOFILES_
freebsd
=
\
cgo_bsd.go
\
cgo_unix.go
else
GOFILES_
darwin
+=
cgo_stub.go
GOFILES_
freebsd
+=
cgo_stub.go
endif
GOFILES_linux
=
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment