summaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.bash')
-rwxr-xr-xsrc/make.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/make.bash b/src/make.bash
index 8d284d88e..0c9475f4d 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