Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(589)

Delta Between Two Patch Sets: src/pkg/Makefile

Issue 5286051: code review 5286051: [release-branch.r60] reflect: disallow Interface method... (Closed)
Left Patch Set: Created 12 years, 5 months ago
Right Patch Set: diff -r 32a5db196298 https://go.googlecode.com/hg/ Created 12 years, 5 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | src/pkg/exp/datafmt/Makefile » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 # Copyright 2009 The Go Authors. All rights reserved. 1 # Copyright 2009 The Go Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style 2 # Use of this source code is governed by a BSD-style
3 # license that can be found in the LICENSE file. 3 # license that can be found in the LICENSE file.
4 4
5 # After editing the DIRS= list or adding imports to any Go files 5 # After editing the DIRS= list or adding imports to any Go files
6 # in any of those directories, run: 6 # in any of those directories, run:
7 # 7 #
8 # ./deps.bash 8 # ./deps.bash
9 # 9 #
10 # to rebuild the dependency information in Make.deps. 10 # to rebuild the dependency information in Make.deps.
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 debug/pe\ 70 debug/pe\
71 ebnf\ 71 ebnf\
72 encoding/ascii85\ 72 encoding/ascii85\
73 encoding/base32\ 73 encoding/base32\
74 encoding/base64\ 74 encoding/base64\
75 encoding/binary\ 75 encoding/binary\
76 encoding/git85\ 76 encoding/git85\
77 encoding/hex\ 77 encoding/hex\
78 encoding/pem\ 78 encoding/pem\
79 exec\ 79 exec\
80 exp/datafmt\
81 exp/gui\ 80 exp/gui\
82 exp/gui/x11\ 81 exp/gui/x11\
83 exp/norm\ 82 exp/norm\
84 exp/regexp/syntax\ 83 exp/regexp/syntax\
85 exp/template/html\ 84 exp/template/html\
86 expvar\ 85 expvar\
87 flag\ 86 flag\
88 fmt\ 87 fmt\
89 go/ast\ 88 go/ast\
90 go/build\ 89 go/build\
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 302
304 deps: 303 deps:
305 ./deps.bash 304 ./deps.bash
306 305
307 echo-dirs: 306 echo-dirs:
308 @echo $(DIRS) 307 @echo $(DIRS)
309 308
310 -include Make.deps 309 -include Make.deps
311 310
312 runtime/cgo.install: ../cmd/cgo.install 311 runtime/cgo.install: ../cmd/cgo.install
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b