From: Chris Hanson Date: Tue, 5 Jan 1988 23:48:58 +0000 (+0000) Subject: Add extra stuff to generate the assembly language files for hp and sun X-Git-Tag: 20090517-FFI~12936 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a27e263866b3831cbf543bf822233dac011dac66;p=mit-scheme.git Add extra stuff to generate the assembly language files for hp and sun machines. --- diff --git a/etc/make_dist b/etc/make_dist index 87f1c62c5..c15b06aec 100755 --- 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