Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/clean.bash
src/clean.bash
+1
-1
test/bench/shootout/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 \
../misc/cgo/life ../misc/cgo/test
\
../misc/dashboard/builder ../misc/goplay
\
../doc/codelab/wiki
\
../test/bench ../test/garbage
../test/bench
/shootout
../test/garbage
do
# Do not use gomake here. It may not be available.
$MAKE
-C
"
$GOROOT
/src/
$i
"
clean
...
...
test/bench/shootout/Makefile
View file @
1161e117
...
...
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
include
../../src/Make.inc
include
../../
../
src/Make.inc
all
:
@
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