aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/make.bash
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-06-12 13:43:47 -0700
committerRob Pike <r@golang.org>2008-06-12 13:43:47 -0700
commit54bca54655345fcdd9f66c9c87b24f59f4cb2118 (patch)
treefb525ad494bde0a3a38a06fb80ad8ddaa82f5222 /src/runtime/make.bash
parente2e6b7e4cc52055ab3461285dac731f9075b6b85 (diff)
downloadgo-54bca54655345fcdd9f66c9c87b24f59f4cb2118.tar.xz
make paths explicit for easier installation
SVN=122488
Diffstat (limited to 'src/runtime/make.bash')
-rw-r--r--src/runtime/make.bash6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/runtime/make.bash b/src/runtime/make.bash
index 903607325f..46a920b731 100644
--- a/src/runtime/make.bash
+++ b/src/runtime/make.bash
@@ -4,11 +4,11 @@
set -ex
-6a rt0_amd64_darwin.s
+$HOME/bin/6a rt0_amd64_darwin.s
mv rt0_amd64_darwin.6 ../../lib/rt0_amd64_darwin.6
-6a rt0_amd64_linux.s
+$HOME/bin/6a rt0_amd64_linux.s
mv rt0_amd64_linux.6 ../../lib/rt0_amd64_linux.6
-6c runtime.c
+$HOME/bin/6c runtime.c
mv runtime.6 ../../lib/rt_amd64.6