summaryrefslogtreecommitdiff
path: root/cross-make.sh
diff options
context:
space:
mode:
authorDouglas Katzman <dougk@google.com>2018-12-11 13:42:26 -0500
committerDouglas Katzman <dougk@google.com>2018-12-11 13:42:26 -0500
commitae5863a81685c28637bb55fc94d60b947d45722f (patch)
treeb5e231bd16228d2353f14b21ec46853b68f1d93d /cross-make.sh
parent0570f6a80a35181860fbc16dab160c8c793a97a1 (diff)
Add building of two contribs into cross-make.sh
Diffstat (limited to 'cross-make.sh')
-rwxr-xr-xcross-make.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/cross-make.sh b/cross-make.sh
index 6ee30547a..4a58d884a 100755
--- a/cross-make.sh
+++ b/cross-make.sh
@@ -62,5 +62,6 @@ mv stuff-groveled-from-headers.lisp output
sh make-host-2.sh
scp $scp_port_opt -C output/cold-sbcl.core $host:$root/output
-# make-target-2
-ssh $ssh_port_opt $host cd $root \; sh make-target-2.sh
+# make-target-2 and the two contribs required to execute 'core.test.sh'
+ssh $ssh_port_opt $host cd $root \; sh make-target-2.sh '&&' \
+ sh make-target-contrib.sh sb-posix sb-bsd-sockets