Commit c8f93788 authored by Russ Cox's avatar Russ Cox

regenerate Makefiles.

fix bug in RPC.go (import "RPC" not "rpc.pb")

R=r
DELTA=483  (261 added, 64 deleted, 158 changed)
OCL=27547
CL=27549
parent 7847056d
...@@ -4,16 +4,22 @@ ...@@ -4,16 +4,22 @@
# DO NOT EDIT. Automatically generated by gobuild. # DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m >Makefile # gobuild -m >Makefile
O=6
O_arm=5
O_amd64=6
O_386=8
OS=568vq
O=$(O_$(GOARCH))
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -FVw
AS=$(O)a AS=$(O)a
AR=$(O)ar AR=6ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a $O.out rm -f *.[$(OS)] *.a [$(OS)].out
test: packages test: packages
gotest gotest
...@@ -38,8 +44,10 @@ O2=\ ...@@ -38,8 +44,10 @@ O2=\
intvector.$O\ intvector.$O\
iterable.$O\ iterable.$O\
vector.a: a1 a2
iterable.a: a1 a2 phases: a1 a2
vector.a: phases
iterable.a: phases
a1: $(O1) a1: $(O1)
$(AR) grc vector.a vector.$O $(AR) grc vector.a vector.$O
...@@ -50,12 +58,14 @@ a2: $(O2) ...@@ -50,12 +58,14 @@ a2: $(O2)
$(AR) grc iterable.a iterable.$O $(AR) grc iterable.a iterable.$O
rm -f $(O2) rm -f $(O2)
newpkg: clean newpkg: clean
$(AR) grc vector.a $(AR) grc vector.a
$(AR) grc iterable.a $(AR) grc iterable.a
$(O1): newpkg $(O1): newpkg
$(O2): a1 $(O2): a1
$(O3): a2
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/vector.a $(GOROOT)/pkg/iterable.a rm -f $(GOROOT)/pkg/vector.a $(GOROOT)/pkg/iterable.a
......
...@@ -4,16 +4,22 @@ ...@@ -4,16 +4,22 @@
# DO NOT EDIT. Automatically generated by gobuild. # DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m >Makefile # gobuild -m >Makefile
O=6
O_arm=5
O_amd64=6
O_386=8
OS=568vq
O=$(O_$(GOARCH))
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -FVw
AS=$(O)a AS=$(O)a
AR=$(O)ar AR=6ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a $O.out rm -f *.[$(OS)] *.a [$(OS)].out
test: packages test: packages
gotest gotest
...@@ -37,7 +43,9 @@ O1=\ ...@@ -37,7 +43,9 @@ O1=\
O2=\ O2=\
print.$O\ print.$O\
fmt.a: a1 a2
phases: a1 a2
fmt.a: phases
a1: $(O1) a1: $(O1)
$(AR) grc fmt.a format.$O $(AR) grc fmt.a format.$O
...@@ -47,11 +55,13 @@ a2: $(O2) ...@@ -47,11 +55,13 @@ a2: $(O2)
$(AR) grc fmt.a print.$O $(AR) grc fmt.a print.$O
rm -f $(O2) rm -f $(O2)
newpkg: clean newpkg: clean
$(AR) grc fmt.a $(AR) grc fmt.a
$(O1): newpkg $(O1): newpkg
$(O2): a1 $(O2): a1
$(O3): a2
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/fmt.a rm -f $(GOROOT)/pkg/fmt.a
...@@ -60,4 +70,3 @@ packages: fmt.a ...@@ -60,4 +70,3 @@ packages: fmt.a
install: packages install: packages
cp fmt.a $(GOROOT)/pkg/fmt.a cp fmt.a $(GOROOT)/pkg/fmt.a
...@@ -4,16 +4,22 @@ ...@@ -4,16 +4,22 @@
# DO NOT EDIT. Automatically generated by gobuild. # DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m >Makefile # gobuild -m >Makefile
O=6
O_arm=5
O_amd64=6
O_386=8
OS=568vq
O=$(O_$(GOARCH))
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -FVw
AS=$(O)a AS=$(O)a
AR=$(O)ar AR=6ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a $O.out rm -f *.[$(OS)] *.a [$(OS)].out
test: packages test: packages
gotest gotest
...@@ -35,30 +41,33 @@ O1=\ ...@@ -35,30 +41,33 @@ O1=\
token.$O\ token.$O\
O2=\ O2=\
ast.$O\
scanner.$O\ scanner.$O\
ast.$O\
O3=\ O3=\
parser.$O\ parser.$O\
ast.a: a1 a2 a3
parser.a: a1 a2 a3 phases: a1 a2 a3
scanner.a: a1 a2 a3 ast.a: phases
token.a: a1 a2 a3 parser.a: phases
scanner.a: phases
token.a: phases
a1: $(O1) a1: $(O1)
$(AR) grc token.a token.$O $(AR) grc token.a token.$O
rm -f $(O1) rm -f $(O1)
a2: $(O2) a2: $(O2)
$(AR) grc ast.a ast.$O
$(AR) grc scanner.a scanner.$O $(AR) grc scanner.a scanner.$O
$(AR) grc ast.a ast.$O
rm -f $(O2) rm -f $(O2)
a3: $(O3) a3: $(O3)
$(AR) grc parser.a parser.$O $(AR) grc parser.a parser.$O
rm -f $(O3) rm -f $(O3)
newpkg: clean newpkg: clean
$(AR) grc ast.a $(AR) grc ast.a
$(AR) grc parser.a $(AR) grc parser.a
...@@ -68,6 +77,7 @@ newpkg: clean ...@@ -68,6 +77,7 @@ newpkg: clean
$(O1): newpkg $(O1): newpkg
$(O2): a1 $(O2): a1
$(O3): a2 $(O3): a2
$(O4): a3
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/ast.a $(GOROOT)/pkg/parser.a $(GOROOT)/pkg/scanner.a $(GOROOT)/pkg/token.a rm -f $(GOROOT)/pkg/ast.a $(GOROOT)/pkg/parser.a $(GOROOT)/pkg/scanner.a $(GOROOT)/pkg/token.a
...@@ -79,4 +89,3 @@ install: packages ...@@ -79,4 +89,3 @@ install: packages
cp parser.a $(GOROOT)/pkg/parser.a cp parser.a $(GOROOT)/pkg/parser.a
cp scanner.a $(GOROOT)/pkg/scanner.a cp scanner.a $(GOROOT)/pkg/scanner.a
cp token.a $(GOROOT)/pkg/token.a cp token.a $(GOROOT)/pkg/token.a
...@@ -4,16 +4,22 @@ ...@@ -4,16 +4,22 @@
# DO NOT EDIT. Automatically generated by gobuild. # DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m >Makefile # gobuild -m >Makefile
O=6
O_arm=5
O_amd64=6
O_386=8
OS=568vq
O=$(O_$(GOARCH))
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -FVw
AS=$(O)a AS=$(O)a
AR=$(O)ar AR=6ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a $O.out rm -f *.[$(OS)] *.a [$(OS)].out
test: packages test: packages
gotest gotest
...@@ -33,24 +39,26 @@ coverage: packages ...@@ -33,24 +39,26 @@ coverage: packages
O1=\ O1=\
adler32.$O\ adler32.$O\
crc32.$O\
sha1.$O\ sha1.$O\
md5.$O\ md5.$O\
crc32.$O\
O2=\ O2=\
md5block.$O\
sha1block.$O\ sha1block.$O\
md5block.$O\
adler32.a: a1 a2
crc32.a: a1 a2 phases: a1 a2
sha1.a: a1 a2 adler32.a: phases
md5.a: a1 a2 crc32.a: phases
md5.a: phases
sha1.a: phases
a1: $(O1) a1: $(O1)
$(AR) grc adler32.a adler32.$O $(AR) grc adler32.a adler32.$O
$(AR) grc crc32.a crc32.$O
$(AR) grc sha1.a sha1.$O $(AR) grc sha1.a sha1.$O
$(AR) grc md5.a md5.$O $(AR) grc md5.a md5.$O
$(AR) grc crc32.a crc32.$O
rm -f $(O1) rm -f $(O1)
a2: $(O2) a2: $(O2)
...@@ -58,23 +66,24 @@ a2: $(O2) ...@@ -58,23 +66,24 @@ a2: $(O2)
$(AR) grc md5.a md5block.$O $(AR) grc md5.a md5block.$O
rm -f $(O2) rm -f $(O2)
newpkg: clean newpkg: clean
$(AR) grc adler32.a $(AR) grc adler32.a
$(AR) grc crc32.a $(AR) grc crc32.a
$(AR) grc sha1.a
$(AR) grc md5.a $(AR) grc md5.a
$(AR) grc sha1.a
$(O1): newpkg $(O1): newpkg
$(O2): a1 $(O2): a1
$(O3): a2
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/adler32.a $(GOROOT)/pkg/crc32.a $(GOROOT)/pkg/sha1.a $(GOROOT)/pkg/md5.a rm -f $(GOROOT)/pkg/adler32.a $(GOROOT)/pkg/crc32.a $(GOROOT)/pkg/md5.a $(GOROOT)/pkg/sha1.a
packages: adler32.a crc32.a sha1.a md5.a packages: adler32.a crc32.a md5.a sha1.a
install: packages install: packages
cp adler32.a $(GOROOT)/pkg/adler32.a cp adler32.a $(GOROOT)/pkg/adler32.a
cp crc32.a $(GOROOT)/pkg/crc32.a cp crc32.a $(GOROOT)/pkg/crc32.a
cp sha1.a $(GOROOT)/pkg/sha1.a
cp md5.a $(GOROOT)/pkg/md5.a cp md5.a $(GOROOT)/pkg/md5.a
cp sha1.a $(GOROOT)/pkg/sha1.a
...@@ -4,16 +4,22 @@ ...@@ -4,16 +4,22 @@
# DO NOT EDIT. Automatically generated by gobuild. # DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m >Makefile # gobuild -m >Makefile
O=6
O_arm=5
O_amd64=6
O_386=8
OS=568vq
O=$(O_$(GOARCH))
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -FVw
AS=$(O)a AS=$(O)a
AR=$(O)ar AR=6ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a $O.out rm -f *.[$(OS)] *.a [$(OS)].out
test: packages test: packages
gotest gotest
...@@ -44,7 +50,9 @@ O3=\ ...@@ -44,7 +50,9 @@ O3=\
O4=\ O4=\
fs.$O\ fs.$O\
http.a: a1 a2 a3 a4
phases: a1 a2 a3 a4
http.a: phases
a1: $(O1) a1: $(O1)
$(AR) grc http.a status.$O url.$O $(AR) grc http.a status.$O url.$O
...@@ -62,6 +70,7 @@ a4: $(O4) ...@@ -62,6 +70,7 @@ a4: $(O4)
$(AR) grc http.a fs.$O $(AR) grc http.a fs.$O
rm -f $(O4) rm -f $(O4)
newpkg: clean newpkg: clean
$(AR) grc http.a $(AR) grc http.a
...@@ -69,6 +78,7 @@ $(O1): newpkg ...@@ -69,6 +78,7 @@ $(O1): newpkg
$(O2): a1 $(O2): a1
$(O3): a2 $(O3): a2
$(O4): a3 $(O4): a3
$(O5): a4
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/http.a rm -f $(GOROOT)/pkg/http.a
...@@ -77,4 +87,3 @@ packages: http.a ...@@ -77,4 +87,3 @@ packages: http.a
install: packages install: packages
cp http.a $(GOROOT)/pkg/http.a cp http.a $(GOROOT)/pkg/http.a
...@@ -4,16 +4,22 @@ ...@@ -4,16 +4,22 @@
# DO NOT EDIT. Automatically generated by gobuild. # DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m >Makefile # gobuild -m >Makefile
O=6
O_arm=5
O_amd64=6
O_386=8
OS=568vq
O=$(O_$(GOARCH))
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -FVw
AS=$(O)a AS=$(O)a
AR=$(O)ar AR=6ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a $O.out rm -f *.[$(OS)] *.a [$(OS)].out
test: packages test: packages
gotest gotest
...@@ -38,7 +44,9 @@ O1=\ ...@@ -38,7 +44,9 @@ O1=\
O2=\ O2=\
pipe.$O\ pipe.$O\
io.a: a1 a2
phases: a1 a2
io.a: phases
a1: $(O1) a1: $(O1)
$(AR) grc io.a bytebuffer.$O io.$O $(AR) grc io.a bytebuffer.$O io.$O
...@@ -48,11 +56,13 @@ a2: $(O2) ...@@ -48,11 +56,13 @@ a2: $(O2)
$(AR) grc io.a pipe.$O $(AR) grc io.a pipe.$O
rm -f $(O2) rm -f $(O2)
newpkg: clean newpkg: clean
$(AR) grc io.a $(AR) grc io.a
$(O1): newpkg $(O1): newpkg
$(O2): a1 $(O2): a1
$(O3): a2
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/io.a rm -f $(GOROOT)/pkg/io.a
...@@ -61,4 +71,3 @@ packages: io.a ...@@ -61,4 +71,3 @@ packages: io.a
install: packages install: packages
cp io.a $(GOROOT)/pkg/io.a cp io.a $(GOROOT)/pkg/io.a
...@@ -4,16 +4,22 @@ ...@@ -4,16 +4,22 @@
# DO NOT EDIT. Automatically generated by gobuild. # DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m >Makefile # gobuild -m >Makefile
O=6
O_arm=5
O_amd64=6
O_386=8
OS=568vq
O=$(O_$(GOARCH))
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -FVw
AS=$(O)a AS=$(O)a
AR=$(O)ar AR=6ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a $O.out rm -f *.[$(OS)] *.a [$(OS)].out
test: packages test: packages
gotest gotest
...@@ -38,7 +44,9 @@ O2=\ ...@@ -38,7 +44,9 @@ O2=\
generic.$O\ generic.$O\
struct.$O\ struct.$O\
json.a: a1 a2
phases: a1 a2
json.a: phases
a1: $(O1) a1: $(O1)
$(AR) grc json.a parse.$O $(AR) grc json.a parse.$O
...@@ -48,11 +56,13 @@ a2: $(O2) ...@@ -48,11 +56,13 @@ a2: $(O2)
$(AR) grc json.a generic.$O struct.$O $(AR) grc json.a generic.$O struct.$O
rm -f $(O2) rm -f $(O2)
newpkg: clean newpkg: clean
$(AR) grc json.a $(AR) grc json.a
$(O1): newpkg $(O1): newpkg
$(O2): a1 $(O2): a1
$(O3): a2
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/json.a rm -f $(GOROOT)/pkg/json.a
...@@ -61,4 +71,3 @@ packages: json.a ...@@ -61,4 +71,3 @@ packages: json.a
install: packages install: packages
cp json.a $(GOROOT)/pkg/json.a cp json.a $(GOROOT)/pkg/json.a
...@@ -4,16 +4,22 @@ ...@@ -4,16 +4,22 @@
# DO NOT EDIT. Automatically generated by gobuild. # DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m >Makefile # gobuild -m >Makefile
O=6
O_arm=5
O_amd64=6
O_386=8
OS=568vq
O=$(O_$(GOARCH))
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -FVw
AS=$(O)a AS=$(O)a
AR=$(O)ar AR=6ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a $O.out rm -f *.[$(OS)] *.a [$(OS)].out
test: packages test: packages
gotest gotest
...@@ -32,11 +38,11 @@ coverage: packages ...@@ -32,11 +38,11 @@ coverage: packages
$(AS) $*.s $(AS) $*.s
O1=\ O1=\
const.$O\
fabs.$O\ fabs.$O\
hypot.$O\ hypot.$O\
pow10.$O\ pow10.$O\
runtime.$O\ runtime.$O\
const.$O\
O2=\ O2=\
atan.$O\ atan.$O\
...@@ -57,10 +63,12 @@ O3=\ ...@@ -57,10 +63,12 @@ O3=\
O4=\ O4=\
tanh.$O\ tanh.$O\
math.a: a1 a2 a3 a4
phases: a1 a2 a3 a4
math.a: phases
a1: $(O1) a1: $(O1)
$(AR) grc math.a fabs.$O hypot.$O pow10.$O runtime.$O const.$O $(AR) grc math.a const.$O fabs.$O hypot.$O pow10.$O runtime.$O
rm -f $(O1) rm -f $(O1)
a2: $(O2) a2: $(O2)
...@@ -75,6 +83,7 @@ a4: $(O4) ...@@ -75,6 +83,7 @@ a4: $(O4)
$(AR) grc math.a tanh.$O $(AR) grc math.a tanh.$O
rm -f $(O4) rm -f $(O4)
newpkg: clean newpkg: clean
$(AR) grc math.a $(AR) grc math.a
...@@ -82,6 +91,7 @@ $(O1): newpkg ...@@ -82,6 +91,7 @@ $(O1): newpkg
$(O2): a1 $(O2): a1
$(O3): a2 $(O3): a2
$(O4): a3 $(O4): a3
$(O5): a4
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/math.a rm -f $(GOROOT)/pkg/math.a
...@@ -90,4 +100,3 @@ packages: math.a ...@@ -90,4 +100,3 @@ packages: math.a
install: packages install: packages
cp math.a $(GOROOT)/pkg/math.a cp math.a $(GOROOT)/pkg/math.a
...@@ -3,18 +3,19 @@ ...@@ -3,18 +3,19 @@
# license that can be found in the LICENSE file. # license that can be found in the LICENSE file.
# DO NOT EDIT. Automatically generated by gobuild. # DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m dnsclient.go dnsconfig.go dnsmsg.go fd.go fd_${GOOS}.go\ # ../../cmd/gobuild/6.out -m dnsclient.go dnsconfig.go dnsmsg.go fd.go fd_${GOOS}.go ip.go net.go net_${GOOS}.go parse.go port.go >Makefile
# ip.go net.go net_${GOOS}.go parse.go port.go >Makefile
O=6 O=6
OS=568vq
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -FVw
AS=$(O)a AS=$(O)a
AR=$(O)ar AR=$(O)ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a $O.out rm -f *.[$(OS)] *.a [$(OS)].out
test: packages test: packages
gotest gotest
...@@ -52,7 +53,9 @@ O4=\ ...@@ -52,7 +53,9 @@ O4=\
O5=\ O5=\
dnsclient.$O\ dnsclient.$O\
net.a: a1 a2 a3 a4 a5
phases: a1 a2 a3 a4 a5
net.a: phases
a1: $(O1) a1: $(O1)
$(AR) grc net.a dnsmsg.$O fd_$(GOOS).$O parse.$O $(AR) grc net.a dnsmsg.$O fd_$(GOOS).$O parse.$O
...@@ -74,6 +77,7 @@ a5: $(O5) ...@@ -74,6 +77,7 @@ a5: $(O5)
$(AR) grc net.a dnsclient.$O $(AR) grc net.a dnsclient.$O
rm -f $(O5) rm -f $(O5)
newpkg: clean newpkg: clean
$(AR) grc net.a $(AR) grc net.a
...@@ -82,6 +86,7 @@ $(O2): a1 ...@@ -82,6 +86,7 @@ $(O2): a1
$(O3): a2 $(O3): a2
$(O4): a3 $(O4): a3
$(O5): a4 $(O5): a4
$(O6): a5
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/net.a rm -f $(GOROOT)/pkg/net.a
...@@ -90,4 +95,3 @@ packages: net.a ...@@ -90,4 +95,3 @@ packages: net.a
install: packages install: packages
cp net.a $(GOROOT)/pkg/net.a cp net.a $(GOROOT)/pkg/net.a
...@@ -3,18 +3,23 @@ ...@@ -3,18 +3,23 @@
# license that can be found in the LICENSE file. # license that can be found in the LICENSE file.
# DO NOT EDIT. Automatically generated by gobuild. # DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m dir_${GOARCH}_${GOOS}.go env.go error.go file.go\ # gobuild -m dir_${GOARCH}_${GOOS}.go env.go error.go file.go stat_${GOARCH}_${GOOS}.go time.go types.go exec.go >Makefile
# stat_${GOARCH}_${GOOS}.go time.go types.go exec.go >Makefile
O=6 O_arm=5
O_amd64=6
O_386=8
OS=568vq
O=$(O_$(GOARCH))
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -FVw
AS=$(O)a AS=$(O)a
AR=$(O)ar AR=6ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a $O.out rm -f *.[$(OS)] *.a [$(OS)].out
test: packages test: packages
gotest gotest
...@@ -48,7 +53,9 @@ O4=\ ...@@ -48,7 +53,9 @@ O4=\
dir_$(GOARCH)_$(GOOS).$O\ dir_$(GOARCH)_$(GOOS).$O\
exec.$O\ exec.$O\
os.a: a1 a2 a3 a4
phases: a1 a2 a3 a4
os.a: phases
a1: $(O1) a1: $(O1)
$(AR) grc os.a error.$O types.$O $(AR) grc os.a error.$O types.$O
...@@ -66,6 +73,7 @@ a4: $(O4) ...@@ -66,6 +73,7 @@ a4: $(O4)
$(AR) grc os.a dir_$(GOARCH)_$(GOOS).$O exec.$O $(AR) grc os.a dir_$(GOARCH)_$(GOOS).$O exec.$O
rm -f $(O4) rm -f $(O4)
newpkg: clean newpkg: clean
$(AR) grc os.a $(AR) grc os.a
...@@ -73,6 +81,7 @@ $(O1): newpkg ...@@ -73,6 +81,7 @@ $(O1): newpkg
$(O2): a1 $(O2): a1
$(O3): a2 $(O3): a2
$(O4): a3 $(O4): a3
$(O5): a4
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/os.a rm -f $(GOROOT)/pkg/os.a
...@@ -81,4 +90,3 @@ packages: os.a ...@@ -81,4 +90,3 @@ packages: os.a
install: packages install: packages
cp os.a $(GOROOT)/pkg/os.a cp os.a $(GOROOT)/pkg/os.a
...@@ -4,16 +4,22 @@ ...@@ -4,16 +4,22 @@
# DO NOT EDIT. Automatically generated by gobuild. # DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m >Makefile # gobuild -m >Makefile
O=6
O_arm=5
O_amd64=6
O_386=8
OS=568vq
O=$(O_$(GOARCH))
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -FVw
AS=$(O)a AS=$(O)a
AR=$(O)ar AR=6ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a $O.out rm -f *.[$(OS)] *.a [$(OS)].out
test: packages test: packages
gotest gotest
...@@ -39,10 +45,12 @@ O2=\ ...@@ -39,10 +45,12 @@ O2=\
value.$O\ value.$O\
O3=\ O3=\
tostring.$O\
deepequal.$O\ deepequal.$O\
tostring.$O\
reflect.a: a1 a2 a3
phases: a1 a2 a3
reflect.a: phases
a1: $(O1) a1: $(O1)
$(AR) grc reflect.a type.$O typestring.$O $(AR) grc reflect.a type.$O typestring.$O
...@@ -53,15 +61,17 @@ a2: $(O2) ...@@ -53,15 +61,17 @@ a2: $(O2)
rm -f $(O2) rm -f $(O2)
a3: $(O3) a3: $(O3)
$(AR) grc reflect.a tostring.$O deepequal.$O $(AR) grc reflect.a deepequal.$O tostring.$O
rm -f $(O3) rm -f $(O3)
newpkg: clean newpkg: clean
$(AR) grc reflect.a $(AR) grc reflect.a
$(O1): newpkg $(O1): newpkg
$(O2): a1 $(O2): a1
$(O3): a2 $(O3): a2
$(O4): a3
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/reflect.a rm -f $(GOROOT)/pkg/reflect.a
...@@ -70,4 +80,3 @@ packages: reflect.a ...@@ -70,4 +80,3 @@ packages: reflect.a
install: packages install: packages
cp reflect.a $(GOROOT)/pkg/reflect.a cp reflect.a $(GOROOT)/pkg/reflect.a
...@@ -4,16 +4,22 @@ ...@@ -4,16 +4,22 @@
# DO NOT EDIT. Automatically generated by gobuild. # DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m >Makefile # gobuild -m >Makefile
O=6
O_arm=5
O_amd64=6
O_386=8
OS=568vq
O=$(O_$(GOARCH))
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -FVw
AS=$(O)a AS=$(O)a
AR=$(O)ar AR=6ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a $O.out rm -f *.[$(OS)] *.a [$(OS)].out
test: packages test: packages
gotest gotest
...@@ -34,16 +40,20 @@ coverage: packages ...@@ -34,16 +40,20 @@ coverage: packages
O1=\ O1=\
regexp.$O\ regexp.$O\
regexp.a: a1
phases: a1
regexp.a: phases
a1: $(O1) a1: $(O1)
$(AR) grc regexp.a regexp.$O $(AR) grc regexp.a regexp.$O
rm -f $(O1) rm -f $(O1)
newpkg: clean newpkg: clean
$(AR) grc regexp.a $(AR) grc regexp.a
$(O1): newpkg $(O1): newpkg
$(O2): a1
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/regexp.a rm -f $(GOROOT)/pkg/regexp.a
...@@ -52,4 +62,3 @@ packages: regexp.a ...@@ -52,4 +62,3 @@ packages: regexp.a
install: packages install: packages
cp regexp.a $(GOROOT)/pkg/regexp.a cp regexp.a $(GOROOT)/pkg/regexp.a
...@@ -4,16 +4,22 @@ ...@@ -4,16 +4,22 @@
# DO NOT EDIT. Automatically generated by gobuild. # DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m >Makefile # gobuild -m >Makefile
O=6
O_arm=5
O_amd64=6
O_386=8
OS=568vq
O=$(O_$(GOARCH))
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -FVw
AS=$(O)a AS=$(O)a
AR=$(O)ar AR=6ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a $O.out rm -f *.[$(OS)] *.a [$(OS)].out
test: packages test: packages
gotest gotest
...@@ -33,8 +39,8 @@ coverage: packages ...@@ -33,8 +39,8 @@ coverage: packages
O1=\ O1=\
atoi.$O\ atoi.$O\
itoa.$O\
decimal.$O\ decimal.$O\
itoa.$O\
quote.$O\ quote.$O\
O2=\ O2=\
...@@ -43,10 +49,12 @@ O2=\ ...@@ -43,10 +49,12 @@ O2=\
O3=\ O3=\
atof.$O\ atof.$O\
strconv.a: a1 a2 a3
phases: a1 a2 a3
strconv.a: phases
a1: $(O1) a1: $(O1)
$(AR) grc strconv.a atoi.$O itoa.$O decimal.$O quote.$O $(AR) grc strconv.a atoi.$O decimal.$O itoa.$O quote.$O
rm -f $(O1) rm -f $(O1)
a2: $(O2) a2: $(O2)
...@@ -57,12 +65,14 @@ a3: $(O3) ...@@ -57,12 +65,14 @@ a3: $(O3)
$(AR) grc strconv.a atof.$O $(AR) grc strconv.a atof.$O
rm -f $(O3) rm -f $(O3)
newpkg: clean newpkg: clean
$(AR) grc strconv.a $(AR) grc strconv.a
$(O1): newpkg $(O1): newpkg
$(O2): a1 $(O2): a1
$(O3): a2 $(O3): a2
$(O4): a3
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/strconv.a rm -f $(GOROOT)/pkg/strconv.a
...@@ -71,4 +81,3 @@ packages: strconv.a ...@@ -71,4 +81,3 @@ packages: strconv.a
install: packages install: packages
cp strconv.a $(GOROOT)/pkg/strconv.a cp strconv.a $(GOROOT)/pkg/strconv.a
...@@ -4,16 +4,22 @@ ...@@ -4,16 +4,22 @@
# DO NOT EDIT. Automatically generated by gobuild. # DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m >Makefile # gobuild -m >Makefile
O=6
O_arm=5
O_amd64=6
O_386=8
OS=568vq
O=$(O_$(GOARCH))
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -FVw
AS=$(O)a AS=$(O)a
AR=$(O)ar AR=6ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a $O.out rm -f *.[$(OS)] *.a [$(OS)].out
test: packages test: packages
gotest gotest
...@@ -35,16 +41,20 @@ O1=\ ...@@ -35,16 +41,20 @@ O1=\
asm_$(GOARCH).$O\ asm_$(GOARCH).$O\
mutex.$O\ mutex.$O\
sync.a: a1
phases: a1
sync.a: phases
a1: $(O1) a1: $(O1)
$(AR) grc sync.a asm_$(GOARCH).$O mutex.$O $(AR) grc sync.a asm_$(GOARCH).$O mutex.$O
rm -f $(O1) rm -f $(O1)
newpkg: clean newpkg: clean
$(AR) grc sync.a $(AR) grc sync.a
$(O1): newpkg $(O1): newpkg
$(O2): a1
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/sync.a rm -f $(GOROOT)/pkg/sync.a
...@@ -53,4 +63,3 @@ packages: sync.a ...@@ -53,4 +63,3 @@ packages: sync.a
install: packages install: packages
cp sync.a $(GOROOT)/pkg/sync.a cp sync.a $(GOROOT)/pkg/sync.a
...@@ -3,20 +3,23 @@ ...@@ -3,20 +3,23 @@
# license that can be found in the LICENSE file. # license that can be found in the LICENSE file.
# DO NOT EDIT. Automatically generated by gobuild. # DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m errstr_${GOOS}.go file_${GOOS}.go socket_${GOOS}.go\ # gobuild -m errstr_${GOOS}.go file_${GOOS}.go socket_${GOOS}.go syscall_${GOARCH}_${GOOS}.go time_${GOARCH}_${GOOS}.go types_${GOARCH}_${GOOS}.go asm_${GOARCH}_${GOOS}.s syscall.go signal_${GOARCH}_${GOOS}.go exec.go >Makefile
# syscall_${GOARCH}_${GOOS}.go time_${GOARCH}_${GOOS}.go types_${GOARCH}_${GOOS}.go\
# asm_${GOARCH}_${GOOS}.s syscall.go signal_${GOARCH}_${GOOS}.go\ O_arm=5
# exec.go >Makefile O_amd64=6
O=6 O_386=8
OS=568vq
O=$(O_$(GOARCH))
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -FVw
AS=$(O)a AS=$(O)a
AR=$(O)ar AR=6ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a $O.out rm -f *.[$(OS)] *.a [$(OS)].out
test: packages test: packages
gotest gotest
...@@ -35,11 +38,11 @@ coverage: packages ...@@ -35,11 +38,11 @@ coverage: packages
$(AS) $*.s $(AS) $*.s
O1=\ O1=\
errstr_$(GOOS).$O\
syscall_$(GOARCH)_$(GOOS).$O\
asm_$(GOARCH)_$(GOOS).$O\ asm_$(GOARCH)_$(GOOS).$O\
syscall.$O\ errstr_$(GOOS).$O\
signal_$(GOARCH)_$(GOOS).$O\ signal_$(GOARCH)_$(GOOS).$O\
syscall.$O\
syscall_$(GOARCH)_$(GOOS).$O\
O2=\ O2=\
types_$(GOARCH)_$(GOOS).$O\ types_$(GOARCH)_$(GOOS).$O\
...@@ -52,10 +55,12 @@ O3=\ ...@@ -52,10 +55,12 @@ O3=\
O4=\ O4=\
exec.$O\ exec.$O\
syscall.a: a1 a2 a3 a4
phases: a1 a2 a3 a4
syscall.a: phases
a1: $(O1) a1: $(O1)
$(AR) grc syscall.a errstr_$(GOOS).$O syscall_$(GOARCH)_$(GOOS).$O asm_$(GOARCH)_$(GOOS).$O syscall.$O signal_$(GOARCH)_$(GOOS).$O $(AR) grc syscall.a asm_$(GOARCH)_$(GOOS).$O errstr_$(GOOS).$O signal_$(GOARCH)_$(GOOS).$O syscall.$O syscall_$(GOARCH)_$(GOOS).$O
rm -f $(O1) rm -f $(O1)
a2: $(O2) a2: $(O2)
...@@ -70,6 +75,7 @@ a4: $(O4) ...@@ -70,6 +75,7 @@ a4: $(O4)
$(AR) grc syscall.a exec.$O $(AR) grc syscall.a exec.$O
rm -f $(O4) rm -f $(O4)
newpkg: clean newpkg: clean
$(AR) grc syscall.a $(AR) grc syscall.a
...@@ -77,6 +83,7 @@ $(O1): newpkg ...@@ -77,6 +83,7 @@ $(O1): newpkg
$(O2): a1 $(O2): a1
$(O3): a2 $(O3): a2
$(O4): a3 $(O4): a3
$(O5): a4
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/syscall.a rm -f $(GOROOT)/pkg/syscall.a
...@@ -85,4 +92,3 @@ packages: syscall.a ...@@ -85,4 +92,3 @@ packages: syscall.a
install: packages install: packages
cp syscall.a $(GOROOT)/pkg/syscall.a cp syscall.a $(GOROOT)/pkg/syscall.a
...@@ -4,16 +4,22 @@ ...@@ -4,16 +4,22 @@
# DO NOT EDIT. Automatically generated by gobuild. # DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m >Makefile # gobuild -m >Makefile
O=6
O_arm=5
O_amd64=6
O_386=8
OS=568vq
O=$(O_$(GOARCH))
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -FVw
AS=$(O)a AS=$(O)a
AR=$(O)ar AR=6ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a $O.out rm -f *.[$(OS)] *.a [$(OS)].out
test: packages test: packages
gotest gotest
...@@ -34,16 +40,20 @@ coverage: packages ...@@ -34,16 +40,20 @@ coverage: packages
O1=\ O1=\
tabwriter.$O\ tabwriter.$O\
tabwriter.a: a1
phases: a1
tabwriter.a: phases
a1: $(O1) a1: $(O1)
$(AR) grc tabwriter.a tabwriter.$O $(AR) grc tabwriter.a tabwriter.$O
rm -f $(O1) rm -f $(O1)
newpkg: clean newpkg: clean
$(AR) grc tabwriter.a $(AR) grc tabwriter.a
$(O1): newpkg $(O1): newpkg
$(O2): a1
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/tabwriter.a rm -f $(GOROOT)/pkg/tabwriter.a
...@@ -52,4 +62,3 @@ packages: tabwriter.a ...@@ -52,4 +62,3 @@ packages: tabwriter.a
install: packages install: packages
cp tabwriter.a $(GOROOT)/pkg/tabwriter.a cp tabwriter.a $(GOROOT)/pkg/tabwriter.a
...@@ -4,16 +4,22 @@ ...@@ -4,16 +4,22 @@
# DO NOT EDIT. Automatically generated by gobuild. # DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m >Makefile # gobuild -m >Makefile
O=6
O_arm=5
O_amd64=6
O_386=8
OS=568vq
O=$(O_$(GOARCH))
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -FVw
AS=$(O)a AS=$(O)a
AR=$(O)ar AR=6ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a $O.out rm -f *.[$(OS)] *.a [$(OS)].out
test: packages test: packages
gotest gotest
...@@ -37,7 +43,9 @@ O1=\ ...@@ -37,7 +43,9 @@ O1=\
O2=\ O2=\
template.$O\ template.$O\
template.a: a1 a2
phases: a1 a2
template.a: phases
a1: $(O1) a1: $(O1)
$(AR) grc template.a format.$O $(AR) grc template.a format.$O
...@@ -47,11 +55,13 @@ a2: $(O2) ...@@ -47,11 +55,13 @@ a2: $(O2)
$(AR) grc template.a template.$O $(AR) grc template.a template.$O
rm -f $(O2) rm -f $(O2)
newpkg: clean newpkg: clean
$(AR) grc template.a $(AR) grc template.a
$(O1): newpkg $(O1): newpkg
$(O2): a1 $(O2): a1
$(O3): a2
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/template.a rm -f $(GOROOT)/pkg/template.a
...@@ -60,4 +70,3 @@ packages: template.a ...@@ -60,4 +70,3 @@ packages: template.a
install: packages install: packages
cp template.a $(GOROOT)/pkg/template.a cp template.a $(GOROOT)/pkg/template.a
...@@ -4,16 +4,22 @@ ...@@ -4,16 +4,22 @@
# DO NOT EDIT. Automatically generated by gobuild. # DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m >Makefile # gobuild -m >Makefile
O=6
O_arm=5
O_amd64=6
O_386=8
OS=568vq
O=$(O_$(GOARCH))
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -FVw
AS=$(O)a AS=$(O)a
AR=$(O)ar AR=6ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a $O.out rm -f *.[$(OS)] *.a [$(OS)].out
test: packages test: packages
gotest gotest
...@@ -32,8 +38,8 @@ coverage: packages ...@@ -32,8 +38,8 @@ coverage: packages
$(AS) $*.s $(AS) $*.s
O1=\ O1=\
zoneinfo.$O\
sleep.$O\ sleep.$O\
zoneinfo.$O\
O2=\ O2=\
time.$O\ time.$O\
...@@ -41,10 +47,12 @@ O2=\ ...@@ -41,10 +47,12 @@ O2=\
O3=\ O3=\
tick.$O\ tick.$O\
time.a: a1 a2 a3
phases: a1 a2 a3
time.a: phases
a1: $(O1) a1: $(O1)
$(AR) grc time.a zoneinfo.$O sleep.$O $(AR) grc time.a sleep.$O zoneinfo.$O
rm -f $(O1) rm -f $(O1)
a2: $(O2) a2: $(O2)
...@@ -55,12 +63,14 @@ a3: $(O3) ...@@ -55,12 +63,14 @@ a3: $(O3)
$(AR) grc time.a tick.$O $(AR) grc time.a tick.$O
rm -f $(O3) rm -f $(O3)
newpkg: clean newpkg: clean
$(AR) grc time.a $(AR) grc time.a
$(O1): newpkg $(O1): newpkg
$(O2): a1 $(O2): a1
$(O3): a2 $(O3): a2
$(O4): a3
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/time.a rm -f $(GOROOT)/pkg/time.a
...@@ -69,4 +79,3 @@ packages: time.a ...@@ -69,4 +79,3 @@ packages: time.a
install: packages install: packages
cp time.a $(GOROOT)/pkg/time.a cp time.a $(GOROOT)/pkg/time.a
...@@ -4,16 +4,22 @@ ...@@ -4,16 +4,22 @@
# DO NOT EDIT. Automatically generated by gobuild. # DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m >Makefile # gobuild -m >Makefile
O=6
O_arm=5
O_amd64=6
O_386=8
OS=568vq
O=$(O_$(GOARCH))
GC=$(O)g GC=$(O)g
CC=$(O)c -w CC=$(O)c -FVw
AS=$(O)a AS=$(O)a
AR=$(O)ar AR=6ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a $O.out rm -f *.[$(OS)] *.a [$(OS)].out
test: packages test: packages
gotest gotest
...@@ -37,7 +43,9 @@ O1=\ ...@@ -37,7 +43,9 @@ O1=\
O2=\ O2=\
decimaldigit.$O\ decimaldigit.$O\
unicode.a: a1 a2
phases: a1 a2
unicode.a: phases
a1: $(O1) a1: $(O1)
$(AR) grc unicode.a letter.$O $(AR) grc unicode.a letter.$O
...@@ -47,11 +55,13 @@ a2: $(O2) ...@@ -47,11 +55,13 @@ a2: $(O2)
$(AR) grc unicode.a decimaldigit.$O $(AR) grc unicode.a decimaldigit.$O
rm -f $(O2) rm -f $(O2)
newpkg: clean newpkg: clean
$(AR) grc unicode.a $(AR) grc unicode.a
$(O1): newpkg $(O1): newpkg
$(O2): a1 $(O2): a1
$(O3): a2
nuke: clean nuke: clean
rm -f $(GOROOT)/pkg/unicode.a rm -f $(GOROOT)/pkg/unicode.a
...@@ -60,4 +70,3 @@ packages: unicode.a ...@@ -60,4 +70,3 @@ packages: unicode.a
install: packages install: packages
cp unicode.a $(GOROOT)/pkg/unicode.a cp unicode.a $(GOROOT)/pkg/unicode.a
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment