diff options
| author | Russ Cox <rsc@golang.org> | 2008-11-19 12:54:44 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2008-11-19 12:54:44 -0800 |
| commit | d2dfd76b3d30b601e9a92919cd41841459d4473e (patch) | |
| tree | 1b9f8991e11553eb96bf650a9a375b6dd1148171 /src/make.bash | |
| parent | 87b112440739f219f706bd7e48bc05327d88eee6 (diff) | |
| download | go-d2dfd76b3d30b601e9a92919cd41841459d4473e.tar.xz | |
build with warnings enabled.
new script "quietgcc" installed in $HOME/bin during make.bash
runs gcc with warnings, turns off inappropriate ones,
greps out useless output.
quietgcc also makes sure to run the correct 64-bit gcc.
R=r
DELTA=38 (36 added, 0 deleted, 2 changed)
OCL=17493
CL=19599
Diffstat (limited to 'src/make.bash')
| -rwxr-xr-x | src/make.bash | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/make.bash b/src/make.bash index 8d284d88e7..0c9475f4d0 100755 --- a/src/make.bash +++ b/src/make.bash @@ -14,6 +14,9 @@ fi bash clean.bash +cp quietgcc.bash $HOME/bin/quietgcc +chmod +x $HOME/bin/quietgcc + for i in lib9 libbio libmach_amd64 libregexp cmd runtime lib do echo; echo; echo %%%% making $i %%%%; echo |
