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

Side by Side Diff: src/pkg/template/Makefile

Issue 157067: go: makes it build for the case $GOROOT has whitespaces (Closed)
Patch Set: code review 157067: go: makes it build for the case $GOROOT has whitespaces Created 15 years, 4 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/pkg/tabwriter/Makefile ('k') | src/pkg/testing/Makefile » ('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 $(GOROOT)/src/Make.$(GOARCH) 5 include ../../Make.$(GOARCH)
6 6
7 TARG=template 7 TARG=template
8 GOFILES=\ 8 GOFILES=\
9 format.go\ 9 format.go\
10 template.go\ 10 template.go\
11 11
12 include $(GOROOT)/src/Make.pkg 12 include ../../Make.pkg
OLDNEW
« no previous file with comments | « src/pkg/tabwriter/Makefile ('k') | src/pkg/testing/Makefile » ('j') | no next file with comments »

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