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:
f48d466
)
Adjust for new release.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 14 Jul 1989 03:50:34 +0000
(
03:50
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 14 Jul 1989 03:50:34 +0000
(
03:50
+0000)
etc/make_bin
patch
|
blob
|
history
diff --git
a/etc/make_bin
b/etc/make_bin
index d2c757370a5a1d743afbf8335f7be3bed17b6beb..1d74bb9bac14bd85aaebed50138358faa455df9f 100755
(executable)
--- a/
etc/make_bin
+++ b/
etc/make_bin
@@
-6,10
+6,11
@@
if (! -e $scheme/microcode/Psbtobin ) then
(cd $scheme/microcode; make Psbtobin)
endif
-foreach i (runtime sf)
- cd $scheme/$i
- foreach j (*.psb)
+cd $scheme/psb
+foreach i (*)
+ cd $scheme/psb/$i
+ foreach j (*)
echo "Psbtobin $scheme/$i/$j"
- $scheme/microcode/Psbtobin <
$j >$j:r.bin
+ $scheme/microcode/Psbtobin <
$j >! $scheme/$i/$j
end
end