From: Chris Hanson Date: Fri, 22 Jun 2007 02:29:24 +0000 (+0000) Subject: Force the use of mit-scheme-c when configuring for liarc-to-native X-Git-Tag: 20090517-FFI~511 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=8acde64249def1878208d279a72a0dd10882f017;p=mit-scheme.git Force the use of mit-scheme-c when configuring for liarc-to-native compilation. --- diff --git a/v7/src/etc/create-makefiles.sh b/v7/src/etc/create-makefiles.sh index 058430e7c..6d454586a 100755 --- a/v7/src/etc/create-makefiles.sh +++ b/v7/src/etc/create-makefiles.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: create-makefiles.sh,v 1.3 2007/06/16 02:14:44 cph Exp $ +# $Id: create-makefiles.sh,v 1.4 2007/06/22 02:29:23 cph Exp $ # # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, # 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -36,7 +36,7 @@ fi MDIR=`compiler/choose-machine.sh "${NATIVE_CODE}"` -if test -f makefiles_created; then +if [ -f makefiles_created ]; then CODE_TYPE=`cat makefiles_created` if test "${CODE_TYPE}" = "${MDIR}"; then echo "Makefiles already created." @@ -50,7 +50,9 @@ run_cmd ln -s machine/compiler.pkg compiler/. BUNDLES="6001 compiler cref edwin imail sf sos ssp star-parser xdoc xml" -run_cmd mit-scheme --heap 4000 <