From: Chris Hanson Date: Mon, 18 Apr 1988 22:42:55 +0000 (+0000) Subject: Change naming of "cmp68020" files. X-Git-Tag: 20090517-FFI~12820 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6f7fb0c1618b4442c3c7887a6fbbd5f5a1df481f;p=mit-scheme.git Change naming of "cmp68020" files. --- diff --git a/etc/make_dist b/etc/make_dist index 13a5afe41..67fa08bb8 100755 --- a/etc/make_dist +++ b/etc/make_dist @@ -59,13 +59,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 +mv cmp68020.s cmp68020.s-src +m4 cmp68020.s-src > cmp68020.s-hp +cp cmp68020.s-hp cmp68020.s /u/cph/cvt/cvt cmp68020 -mv cmp68020.a68 cmp68020.sun +mv cmp68020.a68 cmp68020.s-sun rm -f cmp68020.s -chmod -w cmp68020.hp cmp68020.sun +chmod -w cmp68020.s-hp cmp68020.s-sun # Create the file "make_dirs.com": cd $destination