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
51909072
Commit
51909072
authored
May 25, 2011
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quietgcc: fix typo, respect $TMPDIR
R=golang-dev, bradfitz CC=golang-dev
https://golang.org/cl/4529087
parent
b0f39cc2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
quietgcc.bash
src/quietgcc.bash
+2
-2
No files found.
src/quietgcc.bash
View file @
51909072
...
...
@@ -4,7 +4,7 @@
# license that can be found in the LICENSE file.
# The master for this file is $GOROOT/src/quietgcc.bash
# Changes made to $GOBIN/quietgcc will be over
ridd
en.
# Changes made to $GOBIN/quietgcc will be over
writt
en.
# Gcc output that we don't care to see.
ignore
=
': error: .Each undeclared identifier'
...
...
@@ -32,7 +32,7 @@ case "$(uname -m -p)-$GOHOSTARCH" in
esac
# Run gcc, save error status, redisplay output without noise, exit with gcc status.
tmp
=
/tmp/q
cc.
$$
.
$USER
.out
tmp
=
${
TMPDIR
:-
/tmp
}
/quietg
cc.
$$
.
$USER
.out
$gcc
-Wall
-Wno-sign-compare
-Wno-missing-braces
\
-Wno-parentheses
-Wno-unknown-pragmas
-Wno-switch
-Wno-comment
\
-Werror
\
...
...
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