Add extra stuff to generate the assembly language files for hp and sun
authorChris Hanson <org/chris-hanson/cph>
Tue, 5 Jan 1988 23:48:58 +0000 (23:48 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 5 Jan 1988 23:48:58 +0000 (23:48 +0000)
machines.

etc/make_dist

index 87f1c62c5b1ea4292ba9ba63d0c328f73ee56558..c15b06aec39e5d1fed875e57497e7e7f84011f7a 100755 (executable)
@@ -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