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:
e2c34f7
)
Add extra stuff to generate the assembly language files for hp and sun
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 5 Jan 1988 23:48:58 +0000
(23:48 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 5 Jan 1988 23:48:58 +0000
(23:48 +0000)
machines.
etc/make_dist
patch
|
blob
|
history
diff --git
a/etc/make_dist
b/etc/make_dist
index 87f1c62c5b1ea4292ba9ba63d0c328f73ee56558..c15b06aec39e5d1fed875e57497e7e7f84011f7a 100755
(executable)
--- a/
etc/make_dist
+++ b/
etc/make_dist
@@
-69,6
+69,13
@@
cd $destination/microcode
make -k remove
mv config.h config.dst
mv Makefile ../makefiles
+mv cmp68020.s cmp68020.asm
+m4 cmp68020.asm > cmp68020.hp
+cp cmp68020.hp cmp68020.s
+/u/cph/cvt/cvt cmp68020
+mv cmp68020.a68 cmp68020.sun
+rm -f cmp68020.s
+chmod -w cmp68020.hp cmp68020.sun
# Create the file "make_dirs.com":
cd $destination