diff options
author | K. Richard Pixley <rich@cygnus> | 1991-12-07 08:34:52 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-12-07 08:34:52 +0000 |
commit | 098676c9d96eb8387f71d5189dbbd86fd84d7afd (patch) | |
tree | 23b7a5f7d59eb5a82d225a746062e9eb48e8c8e7 /ChangeLog | |
parent | 4d714963c509f6c056374faa7c671521c6374f49 (diff) | |
download | gdb-098676c9d96eb8387f71d5189dbbd86fd84d7afd.zip gdb-098676c9d96eb8387f71d5189dbbd86fd84d7afd.tar.gz gdb-098676c9d96eb8387f71d5189dbbd86fd84d7afd.tar.bz2 |
Initial revision
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..d5e94ad --- /dev/null +++ b/ChangeLog @@ -0,0 +1,28 @@ +Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com) + + * Makefile.in: unwrapped some for loops so that parallel makes + work again and so one can focus one's attention on a particular + package. + +Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com) + + * configure: added PWD as a stand in for `pwd` (for speed). use + elif wherever possible. make -srcdir work without -objdir. + -objdir= commented out. + +Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com) + + * configure: +options become --options. -subdirs commented out. + added -host, -datadir. Renamed -destdir to -prefix. Comment in + Makefile now at top of generated Makefile. Removed cvs log + entries. added -srcdir. create .gdbinit only if there is one + in ${srcdir}. + + * Makefile.in: idestdir and ddestdir go away. Added copyrights + and shift gpl to v2. Added ChangeLog if it didn't exist. docdir + and mandir now keyed off datadir by default. + +Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com) + + * Freshly created ChangeLog. + |