projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
924e4a6
)
Put bci files in the library directory, not in the SRC/ subdirectory
author
Taylor R. Campbell
<net/mumble/campbell>
Wed, 27 Aug 2008 14:16:36 +0000
(14:16 +0000)
committer
Taylor R. Campbell
<net/mumble/campbell>
Wed, 27 Aug 2008 14:16:36 +0000
(14:16 +0000)
of the library directory.
v7/dist/make-scmutils
patch
|
blob
|
history
diff --git
a/v7/dist/make-scmutils
b/v7/dist/make-scmutils
index fcbaf2ff1491a5ab74571c84fce41b193beb4866..0c1ddb90dc33aee76e79d3860b8be4b992747127 100755
(executable)
--- a/
v7/dist/make-scmutils
+++ b/
v7/dist/make-scmutils
@@
-1,6
+1,6
@@
#!/bin/sh
-# $Id: make-scmutils,v 1.
6 2006/02/02 03:46:46 cp
h Exp $
+# $Id: make-scmutils,v 1.
7 2008/08/27 14:16:36 riastrad
h Exp $
#
# Copyright 2001,2002,2004,2006 Massachusetts Institute of Technology
#
@@
-65,7
+65,7
@@
BINDIR="${IMAGE_DIR}/bin"
AUXDIR="${IMAGE_DIR}/scmutils"
MBINDIR="${AUXDIR}/mit-scheme/bin"
MAUXDIR="${AUXDIR}/mit-scheme/lib"
-BCIDIR="${MAUXDIR}
/SRC
"
+BCIDIR="${MAUXDIR}"
STAMP_UNPACK="${TL_DIR}/stamp-unpack"
STAMP_BUILD="${TL_DIR}/stamp-build"