diff options
author | K. Richard Pixley <rich@cygnus> | 1992-03-08 07:47:55 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-03-08 07:47:55 +0000 |
commit | 787c6bfe7021f84607854e45e1f7297e957a1094 (patch) | |
tree | 07f9d37129cba4a284ef8ea3ecc8102827c29b0c /gas/doc | |
parent | 335413d8ea92576b763a43a1fde95c25eaa5e231 (diff) | |
download | gdb-787c6bfe7021f84607854e45e1f7297e957a1094.zip gdb-787c6bfe7021f84607854e45e1f7297e957a1094.tar.gz gdb-787c6bfe7021f84607854e45e1f7297e957a1094.tar.bz2 |
This is the second batch of makefile changes. Libg++ makefiles were
checked in earlier. These are Makefiles relevant to the progressive
release currently in progress.
* added exec_prefix
* default bindir now exec_prefix/bin
* default libdir now exec_prefix/lib
* default mandir now prefix/man
* default infodir now prefix/info
* added oldincludedir, default NULL
* remove all traces of the old -subdirs and -namesubdir support,
including code, for loops, and all subdir/unsubdir stuff.
* remove old style staging targets {de-}stage[1234], comparison,
bootstrapN, from all but the bootstrappable tools.
* added check targets.
* removed any "Last Mod" lines.
* forced copyrights to '92 and shifted some from Cygnus to FSF.
* added tooldir and program_prefix where needed.
* updated texinfo and man pages, removed all references to multiple
hosts or targets.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/ChangeLog | 13 | ||||
-rw-r--r-- | gas/doc/configure.in | 3 |
2 files changed, 16 insertions, 0 deletions
diff --git a/gas/doc/ChangeLog b/gas/doc/ChangeLog new file mode 100644 index 0000000..6fbeeff --- /dev/null +++ b/gas/doc/ChangeLog @@ -0,0 +1,13 @@ +Sat Mar 7 00:06:25 1992 K. Richard Pixley (rich@rtl.cygnus.com) + + * Makefile.in: commented out line for building as-all.texinfo. + This is temporary. + + * as.texinfo, as-all.texinfo: added menu item hooks. + +Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com) + + * Makefile.in, configure.in: removed traces of namesubdir, + -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced + copyrights to '92, changed some from Cygnus to FSF. + diff --git a/gas/doc/configure.in b/gas/doc/configure.in index f9820ea..e8b79a6 100644 --- a/gas/doc/configure.in +++ b/gas/doc/configure.in @@ -19,6 +19,9 @@ # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ # +# This file was written, and is maintained by K. Richard Pixley +# <rich@cygnus.com>. + # This file is a shell script that supplies the information necessary # to tailor a template configure script into the configure script # appropriate for this directory. For more information, check any |