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

Side by Side Diff: src/pkg/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/make-arm.bash ('k') | src/pkg/archive/tar/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 # 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 %.test: 132 %.test:
133 +cd $* && gomake test 133 +cd $* && gomake test
134 134
135 clean: clean.dirs 135 clean: clean.dirs
136 136
137 install: install.dirs 137 install: install.dirs
138 138
139 test: test.dirs 139 test: test.dirs
140 140
141 nuke: nuke.dirs 141 nuke: nuke.dirs
142 » rm -rf $(GOROOT)/pkg/* 142 » rm -rf "$(GOROOT)"/pkg/*
143 143
144 deps: 144 deps:
145 ./deps.bash 145 ./deps.bash
146 146
147 include Make.deps 147 include Make.deps
OLDNEW
« no previous file with comments | « src/make-arm.bash ('k') | src/pkg/archive/tar/Makefile » ('j') | no next file with comments »

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