From: Chris Hanson Date: Wed, 6 Dec 2000 05:24:17 +0000 (+0000) Subject: Change "makegen/makeinit.sh" to leave the directory configured. This X-Git-Tag: 20090517-FFI~3131 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=04b03033261a84c3e2c1a5301f66a66bee163ecc;p=mit-scheme.git Change "makegen/makeinit.sh" to leave the directory configured. This allows "Setup.sh" to use "make setup", thus avoiding replication of information. --- diff --git a/v7/src/microcode/Setup.sh b/v7/src/microcode/Setup.sh index d147ce05d..29f421b4b 100755 --- a/v7/src/microcode/Setup.sh +++ b/v7/src/microcode/Setup.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: Setup.sh,v 1.1 2000/12/06 02:41:42 cph Exp $ +# $Id: Setup.sh,v 1.2 2000/12/06 05:24:12 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -22,4 +22,5 @@ # Requires `gcc' and `scheme'. makegen/makeinit.sh -( cd cmpauxmd && make ) +make setup +make distclean diff --git a/v7/src/microcode/makegen/makeinit.sh b/v7/src/microcode/makegen/makeinit.sh index f44bb7e35..38711c904 100755 --- a/v7/src/microcode/makegen/makeinit.sh +++ b/v7/src/microcode/makegen/makeinit.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: makeinit.sh,v 1.5 2000/12/06 02:48:42 cph Exp $ +# $Id: makeinit.sh,v 1.6 2000/12/06 05:24:17 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -41,6 +41,6 @@ scheme -heap 2000 <