From a27e263866b3831cbf543bf822233dac011dac66 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 5 Jan 1988 23:48:58 +0000 Subject: [PATCH] Add extra stuff to generate the assembly language files for hp and sun machines. --- etc/make_dist | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.25.1