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

Delta Between Two Patch Sets: src/pkg/Makefile

Issue 4172055: code review 4172055: goinstall: handle $(GOOS) and $(GOARCH) in filenames (Closed)
Left Patch Set: diff -r 03da6860bb39 https://go.googlecode.com/hg/ Created 14 years ago
Right Patch Set: diff -r 66ad99aa592e https://go.googlecode.com/hg/ Created 14 years 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « src/cmd/goinstall/syslist_test.go ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 go/scanner\ 89 go/scanner\
90 go/token\ 90 go/token\
91 go/typechecker\ 91 go/typechecker\
92 gob\ 92 gob\
93 hash\ 93 hash\
94 hash/adler32\ 94 hash/adler32\
95 hash/crc32\ 95 hash/crc32\
96 hash/crc64\ 96 hash/crc64\
97 html\ 97 html\
98 http\ 98 http\
99 http/cgi\
99 http/pprof\ 100 http/pprof\
101 http/httptest\
100 image\ 102 image\
101 image/jpeg\ 103 image/jpeg\
102 image/png\ 104 image/png\
103 index/suffixarray\ 105 index/suffixarray\
104 io\ 106 io\
105 io/ioutil\ 107 io/ioutil\
106 json\ 108 json\
107 log\ 109 log\
108 math\ 110 math\
109 mime\ 111 mime\
110 mime/multipart\ 112 mime/multipart\
111 net\ 113 net\
112 net/dict\ 114 net/dict\
113 net/textproto\ 115 net/textproto\
114 netchan\ 116 netchan\
115 os\ 117 os\
116 os/signal\ 118 os/signal\
117 patch\ 119 patch\
118 path\ 120 path\
121 path/filepath\
119 rand\ 122 rand\
120 reflect\ 123 reflect\
121 regexp\ 124 regexp\
122 rpc\ 125 rpc\
123 rpc/jsonrpc\ 126 rpc/jsonrpc\
124 runtime\ 127 runtime\
125 runtime/cgo\ 128 runtime/cgo\
126 runtime/debug\ 129 runtime/debug\
127 runtime/pprof\ 130 runtime/pprof\
128 scanner\ 131 scanner\
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 NOTEST=\ 168 NOTEST=\
166 crypto\ 169 crypto\
167 crypto/openpgp/error\ 170 crypto/openpgp/error\
168 debug/proc\ 171 debug/proc\
169 exp/draw/x11\ 172 exp/draw/x11\
170 go/ast\ 173 go/ast\
171 go/doc\ 174 go/doc\
172 go/token\ 175 go/token\
173 hash\ 176 hash\
174 http/pprof\ 177 http/pprof\
178 http/httptest\
175 image/jpeg\ 179 image/jpeg\
176 net/dict\ 180 net/dict\
177 rand\ 181 rand\
178 runtime/cgo\ 182 runtime/cgo\
179 runtime/pprof\ 183 runtime/pprof\
180 syscall\ 184 syscall\
181 testing\ 185 testing\
182 testing/iotest\ 186 testing/iotest\
183 try\ 187 try\
184 ../cmd/cgo\ 188 ../cmd/cgo\
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 249
246 deps: 250 deps:
247 ./deps.bash 251 ./deps.bash
248 252
249 echo-dirs: 253 echo-dirs:
250 @echo $(DIRS) 254 @echo $(DIRS)
251 255
252 -include Make.deps 256 -include Make.deps
253 257
254 runtime/cgo.install: ../cmd/cgo.install 258 runtime/cgo.install: ../cmd/cgo.install
LEFTRIGHT

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