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

Side by Side Diff: src/cmd/ebnflint/Makefile

Issue 171044: Remove GOBIN in PATH dependency; don't assume cwd is $G... (Closed)
Patch Set: code review 171044: Remove GOBIN in PATH dependency; don't assume cwd is $G... Created 15 years, 3 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:
View unified diff | Download patch
« no previous file with comments | « src/cmd/clean.bash ('k') | src/cmd/gc/mkbuiltin » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 include ../../Make.$(GOARCH) 5 include ../../Make.$(GOARCH)
6 6
7 TARG=ebnflint 7 TARG=ebnflint
8 GOFILES=\ 8 GOFILES=\
9 ebnflint.go\ 9 ebnflint.go\
10 10
11 include ../../Make.cmd 11 include ../../Make.cmd
12 12
13 test: $(TARG) 13 test: $(TARG)
14 » $(TARG) -start="SourceFile" "$(GOROOT)"/doc/go_spec.html 14 » $(QUOTED_GOBIN)/$(TARG) -start="SourceFile" "$(GOROOT)"/doc/go_spec.html
15 15
OLDNEW
« no previous file with comments | « src/cmd/clean.bash ('k') | src/cmd/gc/mkbuiltin » ('j') | no next file with comments »

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