From 8993849cb494dc9064387ca300c42ce18b8bf78a Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Mon, 10 Apr 1995 19:44:46 +0000 Subject: [PATCH] Merge MPW ChangeLog into generic ChangeLog --- ChangeLog | 67 +++++++++++++++++++++++++++ ChangeLog.mpw | 124 -------------------------------------------------- 2 files changed, 67 insertions(+), 124 deletions(-) delete mode 100644 ChangeLog.mpw diff --git a/ChangeLog b/ChangeLog index 6f0710d912f..38fbc9798b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +Mon Apr 10 11:42:22 1995 Stan Shebs + + Merge in support for Mac MPW as a host. + (Old change descriptions retained for informational value.) + + * mpw-config.in: Add generic include forwards for cpu-specific + include files in aout and elf directories. + + * mpw-configure: Added copyright. + * 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. + + * mpw-configure: Remove subdir-specific makefile hackery, + delete mk.tmp after using it. + + * mpw-build.in (all): Display start and end times. + + * mpw-configure (host_canonical): Set. + (target_cpu): Always add to makefiles. + (ARCHDEFS, EMUL): Add to makefile only if nonempty. + (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile. + (mpw-mh-mpw): Look for in srcdir and srcroot. + Use sed instead of mpw-edit-prefix to edit prefix definitions. + + * mpw-build.in: (install-only): New target. + + * mpw-configure (host_alias, target_alias): Rename from hostalias + and targetalias, add into generated Makefile. + (mk.tmp): If present, add into generated Makefile. + * mpw-build.in (all-gas): Build config.h first before gas proper. + + * mpw-configure (config.status): Write only if changed. + * mpw-config.in (readline): Configure it (not built, just used for + definitions). + + * mpw-config.in (elf/mips.h): Add a forward include. + + * mpw-config.in: Forward-include most .h files in include into + extra-include. + (readline): Don't build. + mpw-build.in (install): Install GDB. + + * mpw-configure (prefix, mpw_prefix): Handle it. + * mpw-config.in (mmalloc, readline): Don't configure. + * mpw-build.in (thisscript): Rename to ThisScript. + Use mpw-build instead of BuildProgram everywhere. + (mmalloc, readline): Don't build. + * mpw-README: New file, basic documentation about the MPW port. + + * mpw-config.in: Use forward-include to create include files. + + * mpw-configure: Add more things to the top of each configured + Makefile, including contents of config/mpw-mh-mpw. + * mpw-config.in (extra-include): Create this directory and fill it + with Posix-like include files when configuring. + + * config.sub (apple, mac, mpw): Add various aliases. + + * mpw-build.in: New file, top-level build script fragment for MPW. + * mpw-configure: New file, configure script for MPW. + * mpw-config.in: New file, config fragment for MPW. + Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com) * configure.in (host_libs): Remove glob, since it is gone from the diff --git a/ChangeLog.mpw b/ChangeLog.mpw deleted file mode 100644 index d9261db6feb..00000000000 --- a/ChangeLog.mpw +++ /dev/null @@ -1,124 +0,0 @@ -Fri Mar 17 16:38:08 1995 Stan Shebs - - * mpw-configure: Revert previous move of target_cpu - calculation, mpw-config.in needs it. - * mpw-config.in: Add generic include forwards for cpu-specific - include files in aout and elf directories. - -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. - -Mon Dec 12 17:11:12 1994 Stan Shebs - - * mpw-configure: Remove subdir-specific makefile hackery, - delete mk.tmp after using it. - (TDEFINES): Set to empty. - -Sat Sep 24 14:21:22 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-build.in (all): Display start and end times. - -Mon Sep 12 16:44:17 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-configure (host_canonical): Set. - (mpw-xconfig.in): No longer use. - (target_cpu): Always add to makefiles. - (ARCHDEFS, EMUL): Add to makefile only if nonempty. - (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile. - (mpw-mh-mpw): Look for in srcdir and srcroot. - Use sed instead of mpw-edit-prefix to edit prefix definitions. - -Thu Jun 30 18:20:02 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-README: Update the GDB information. - -Wed Jun 29 17:09:56 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-build.in: (install-only): New target. - -Sun Jun 26 15:47:58 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-configure (host_alias, target_alias): Rename from hostalias - and targetalias, add into generated Makefile. - (mk.tmp): If present, add into generated Makefile. - * mpw-build.in (all-gas): Build config.h first before gas proper. - -Sun Jun 12 16:25:36 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-configure (config.status): Write only if changed. - * mpw-config.in (readline): Configure it (not built, just used for - definitions). - * mpw-README: Add/update information. - -Tue Apr 26 12:54:52 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-config.in (elf/mips.h): Add a forward include. - -Tue Apr 5 16:22:19 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-configure (BFD_MACHINES): Insert into Makefile if set. - -Thu Mar 17 12:55:51 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-configure: Conditionalize more Makefile insertions, - set MAYBE_TARGET_DEFAULT for gcc, set NATDEPFILES for gdb, - delete Makefile.tem, compute target_{cpu,vendor,os}. - * mpw-config.in: Forward-include most .h files in include into - extra-include. - (readline): Don't build. - mpw-build.in (install): Install GDB. - mpw-README: Update/add helpful comments. - -Sun Feb 27 16:05:15 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-configure (prefix, mpw_prefix): Handle it. - (ARCHDEFS): Add to makefile editing. - (TDEPFILES, TM_FILE, XDEPFILES, XM_FILE, NAT_FILE): Add to - makefile if defined. - (mpw-edit-prefix): Use during makefile editing. - * mpw-config.in (mmalloc, readline): Don't configure. - * mpw-build.in (thisscript): Rename to ThisScript. - Use mpw-build instead of BuildProgram everywhere. - (mmalloc, readline): Don't build. - * mpw-README: New file, basic documentation about the MPW port. - -Mon Jan 31 16:07:58 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-configure: Add definition of EMUL to makefiles. - * mpw-config.in: Use forward-include to create include files. - -Sat Jan 22 13:23:46 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-configure: Add more things to the top of each configured - Makefile, including contents of config/mpw-mh-mpw. - * mpw-config.in (extra-include): Create this directory and fill it - with Posix-like include files when configuring. - -Sat Jan 15 12:47:23 1994 Stan Shebs (shebs@andros.cygnus.com) - - * config.sub (apple, mac, mpw): Add various aliases. - -Fri Jan 7 14:34:31 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-build.in: New file, top-level build script fragment for MPW. - * mpw-configure: New file, configure script for MPW. - * mpw-config.in: New file, config fragment for MPW. - - -- 2.30.2