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:
e2284c0
)
Don't write files in "makegen/"; this causes problems when the build
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 5 Dec 2000 21:46:17 +0000
(21:46 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 5 Dec 2000 21:46:17 +0000
(21:46 +0000)
directory is symlinked into the source directory.
v7/src/microcode/makegen/makeinit.sh
patch
|
blob
|
history
diff --git
a/v7/src/microcode/makegen/makeinit.sh
b/v7/src/microcode/makegen/makeinit.sh
index 0ae481c42c0c551493defcb27708ae9a3959b8f0..16d4e2f8f4b6a662b22fe503a01781a5c83f51dd 100755
(executable)
--- 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.
2 2000/12/05 21:23:50
cph Exp $
+# $Id: makeinit.sh,v 1.
3 2000/12/05 21:46:17
cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
@@
-27,7
+27,7
@@
fi
scheme -heap 2000 <<EOF
(load "makegen/makegen.scm")
(generate-makefile "makegen/Makefile.in.in"
- "
makegen/
Makefile.deps"
+ "Makefile.deps"
"Makefile.in")
EOF
./config.status