From 35f37e1e6698cddd6f60e6a67f598700e9937d18 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 14 Mar 1995 21:07:19 +0000 Subject: [PATCH] * mpw-README: Filled in more details about how to install, use, and rebuild. * mpw-configure: Added copyright. (target_cpu, target_vendor, target_os): Move after reading of mpw-config.in, paste into generated Makefiles. (TDEFINES): Remove. * mpw-config.in: Check for presence of required build tools. (target_libs): Add newlib. (target_tools): Add examples. (Read Me): Generate as "Read Me for MPW" instead. * mpw-build.in: Base sub-builds on all-foo instead of do-foo. (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions. (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first. --- ChangeLog.mpw | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog.mpw b/ChangeLog.mpw index 52439be359..1d5174ec82 100644 --- a/ChangeLog.mpw +++ b/ChangeLog.mpw @@ -1,3 +1,19 @@ +Tue Mar 14 12:55:50 1995 Stan Shebs + + * mpw-README: Filled in more details about how to install, + use, and rebuild. + * mpw-configure: Added copyright. + (target_cpu, target_vendor, target_os): Move after reading + of mpw-config.in, paste into generated Makefiles. + (TDEFINES): Remove. + * mpw-config.in: Check for presence of required build tools. + (target_libs): Add newlib. + (target_tools): Add examples. + (Read Me): Generate as "Read Me for MPW" instead. + * mpw-build.in: Base sub-builds on all-foo instead of do-foo. + (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions. + (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first. + Thu Jan 5 12:48:50 1995 Stan Shebs * mpw-configure: Use tr-7to8 instead of mpw-7to8. -- 2.34.1