From 87d6d7bc139248a6dbb2a65be55bd688bd561cd6 Mon Sep 17 00:00:00 2001 From: Wendall Marvel Date: Mon, 1 Sep 2014 18:19:36 +0000 Subject: [PATCH] Transfer header files created by make-genesis-2.sh when using SBCL_HOST_LOCATION --- make-genesis-2.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/make-genesis-2.sh b/make-genesis-2.sh index 6ec61a9..0c99281 100755 --- a/make-genesis-2.sh +++ b/make-genesis-2.sh @@ -34,6 +34,11 @@ echo //entering make-genesis-2.sh echo //loading and running GENESIS to create cold-sbcl.core $SBCL_XC_HOST < make-genesis-2.lisp +if [ -n "$SBCL_HOST_LOCATION" ]; then + echo //copying genesis-2 output files to target + rsync -a "$SBCL_HOST_LOCATION/output/genesis-2/" output/genesis-2/ +fi + echo //testing for consistency of first and second GENESIS passes if diff -r src/runtime/genesis output/genesis-2; then echo //header files match between first and second GENESIS -- good -- 1.7.10.4