Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
1161e117
Commit
1161e117
authored
Dec 13, 2011
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix build, sorry
TBR=r CC=golang-dev
https://golang.org/cl/5488066
parent
39213c1f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
clean.bash
src/clean.bash
+1
-1
Makefile
test/bench/shootout/Makefile
+1
-1
No files found.
src/clean.bash
View file @
1161e117
...
@@ -24,7 +24,7 @@ for i in lib9 libbio libmach cmd pkg \
...
@@ -24,7 +24,7 @@ for i in lib9 libbio libmach cmd pkg \
../misc/cgo/life ../misc/cgo/test
\
../misc/cgo/life ../misc/cgo/test
\
../misc/dashboard/builder ../misc/goplay
\
../misc/dashboard/builder ../misc/goplay
\
../doc/codelab/wiki
\
../doc/codelab/wiki
\
../test/bench ../test/garbage
../test/bench
/shootout
../test/garbage
do
do
# Do not use gomake here. It may not be available.
# Do not use gomake here. It may not be available.
$MAKE
-C
"
$GOROOT
/src/
$i
"
clean
$MAKE
-C
"
$GOROOT
/src/
$i
"
clean
...
...
test/bench/shootout/Makefile
View file @
1161e117
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# license that can be found in the LICENSE file.
include
../../src/Make.inc
include
../../
../
src/Make.inc
all
:
all
:
@
echo
"make clean or timing"
@
echo
"make clean or timing"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment