echo 6g -o $GOROOT/pkg/$base.6 $i
6g -o $GOROOT/pkg/$base.6 $i
done
+
+echo; echo; echo %%%% making lib/math %%%%; echo
+
+cd math
+bash make.bash
+cd ..
+
--- /dev/null
+# Copyright 2009 The Go Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style
+# license that can be found in the LICENSE file.
+
+#!/bin/bash
+
+rm -f 6.out *.6 math.a
--- /dev/null
+# Copyright 2009 The Go Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style
+# license that can be found in the LICENSE file.
+
+#!/bin/bash
+
+# should probably just be a makefile
+
+bash g1 && cp math.a $GOROOT/pkg/math.a