Commit Graph

866 Commits

Author SHA1 Message Date
Joel Sherrill
e86236b481 Added fchdir(). 2000-06-30 12:49:40 +00:00
Joel Sherrill
1c43eba5cc Patch rtemsdoc-4.5.0-rc-14-cvs.diff from Ralf Corsepius
<corsepiu@faw.uni-ulm.de> to address build problems
effecting RedHat users but not SuSE users.
2000-06-17 01:13:20 +00:00
Joel Sherrill
8611a37f75 *** empty log message *** 2000-06-16 20:14:17 +00:00
Joel Sherrill
50ce2de616 Bug report from James Housley <jim@thehousleys.net> correcting
name of GNU Java Compiler.
2000-06-16 18:49:39 +00:00
Joel Sherrill
a94c0ace5f Updated mailing list information. 2000-06-15 21:35:27 +00:00
Joel Sherrill
e90e428e14 Patch rtemsdoc-4.5.0-rc-13-cvs.diff.gz from Ralf Corsepius
<corsepiu@faw.uni-ulm.de> which:

* should fix the building rtemsdoc outside of the sourcetree with
  relative srcdir issue
* adds --enable-papersize=[letter|a4|]
2000-06-14 14:25:49 +00:00
Joel Sherrill
e275cabc4f Patch rtemsdoc-4.5.0-rc-12-cvs.diff from Ralf Corsepius
<corsepiu@faw.uni-ulm.de> that makes the following changes:

  * Don't use a temporary file for ch19.texi anymore
  * pass all files to be handled by summarize as commandline arguments
  * Remove a dangling empty first line in posix1003_1.texi (texi2html
    (!) expects \input texinfo on the first line)
2000-06-12 17:09:16 +00:00
Joel Sherrill
91a49b38b8 Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct problems
on RELEASE versus VERSION.
2000-06-12 16:46:36 +00:00
Joel Sherrill
f535868ae4 Added out of date comment. 2000-06-12 16:45:31 +00:00
Joel Sherrill
0ab6547431 Purged as many egcs references as possible. 2000-06-10 20:33:47 +00:00
Joel Sherrill
110445cba5 Patch rtems-rc-4.5.0-21.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
which splits the current monolithic specs files into a sequence of
subparts.  These can be concatenated togather to make a the whole .spec
file.  This cleans up the maintenance problem of having "all languages"
and a "C/C++ only" gccnewlib spec files.  Plus it should make it easier
to produce variants like the gdb-m68k-bdm which require special hackery. :)
Ralf's comments:

  It addresses the way *.spec.in get composed inside of the source
  tree.

  Changes:
    * Each spec.in is broken into several files (*.add), one *.add file
      per sub-package.
    * Each Makefile.am composes spec.ins from the *.add files
    * Removal of redundant automake support files.
    * Default value for BuildRoot changed to /tmp/<spec-file-name>
    * %clean stage added to *specs

  Advantages (IMHO).
    * The *.add files are easier to adminstrate and more flexible in
      comparison to the former *.specs.ins.
    * gccnewlib_c_only.spec.in now is composed from the same sources as
      gccnewlib.spec.in (less errors)
    * If using the default BuildRoot --clean now deletes all files that
      were generated while building.

  Notes:
    * rtems.spec.in has not yet been adapted to the scheme used for the
      other *spec.ins
    * Except for cosmetical changes the internals of the  *.spec files
      should not have changed.

  To Apply:
    cvs rm -f scripts/binutils/binutils.spec.in
    cvs rm -f scripts/gccnewlib/gccnewlib.spec.in
    cvs rm -f scripts/gccnewlib/gccnewlib_c_only.spec.in
    cvs rm -f scripts/gdb/gdb.spec.in
    cvs rm -f scripts/config.sub
    cvs rm -f scripts/config.guess
    cvs rm -f scripts/install-sh
    cvs rm -f scripts/mkinstalldirs
    cvs rm -f scripts/missing

    patch -p1 < rtems-rc-4.5.0-21.diff

    cvs add scripts/*/*.add
    cvs add scripts/*/README
2000-06-10 19:41:09 +00:00
Joel Sherrill
6810959cf3 Removed old bmenu version. 2000-06-01 21:54:21 +00:00
Joel Sherrill
f8f1ec7c60 Removed since unused. 2000-06-01 21:54:05 +00:00
Joel Sherrill
e189f6b71f Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to:
This patch changes the installation directory of the supplements to
  supplements/<cpu>.

  This allows browsing the html files inside of the source tree,
  because after having applied this patch, the structure of the html
  installation directory hierarchy is the same as the directory
  structure of the source tree.
2000-06-01 21:04:02 +00:00
Joel Sherrill
b777c2a135 Readding. 2000-06-01 17:25:50 +00:00
Joel Sherrill
fc76a6aa19 Patch rtemsdoc-4.5.0-rc-8.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
Ralf's comments follow:

  Changes:
    * Enhanced versioning:
      - Addition of automake's version.texi support
      - Replacement of rtemsdoc's former versioning support by automake's
        versioning support (Abandoning RTEMS-UPDATE-* etc.)
      - Abandoning setup.texi.in
      - Add EDITION to each documents Makefile.am
      - version.texi support in project.am
      - Addition of maintainer mode (currently only used to prevent incorrectly
        updating timestamps when users touch automake's version.texi timestamp
        files (stamp-vti)).

    * Fixing info dir support
      - Use texinfo's @dircategory and @direntry instead of infos *-DIR-ENTRY
      - $(infodir)/dir is now correctly set up

    * Avoid using temporary files
      - Pipe texts through REPLACE2 into BMENU2 instead of using temporary files.
      - Abandon using bmenu in favor of bmenu2 (bmenu could be removed now)

    * Prepare Makefile.ams for building in a separate buildtree
      - prefix files with $(srcdir) in Makefile.am for files which must be
        generated inside of the source tree

  Notes:
    * rtemsdoc can not yet be build in a separate source-tree, but we
      are very close to it.
    * You as the maintainer of this package now should always use
      --enable-maintainer-mode to configure rtemsdoc.
2000-06-01 15:29:01 +00:00
Joel Sherrill
c849746bad Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
Adds a -I <path> option to texi2www. This option is supposed to
  compatible to the option of the same name in makeinfo, texi2dvi etc.
  [This patch actually is kind of a hack, but it works :]
2000-05-31 13:25:34 +00:00
Joel Sherrill
f65b3668c1 Typo caught by Ralf Corsepius <corsepiu@faw.uni-ulm.de>. 2000-05-31 13:24:52 +00:00
Joel Sherrill
deeecc19e6 Corrected instructions. 2000-05-28 19:40:16 +00:00
Joel Sherrill
91c2b82e20 Corrected typo. 2000-05-28 19:38:56 +00:00
Joel Sherrill
2038a4444c Added information on Application Makefiles. 2000-05-28 19:37:24 +00:00
Joel Sherrill
17324146e8 Added information on how to do this step if you installed tool
binaries rather than unpacking everything.
2000-05-28 19:37:23 +00:00
Joel Sherrill
874f9ed270 Added start-? 2000-05-28 19:37:22 +00:00
Joel Sherrill
8f165050c5 Added build45.texi. 2000-05-28 19:36:46 +00:00
Joel Sherrill
1750364c21 Reformatted ASCII slightly to avoid line wrap. 2000-05-28 19:36:00 +00:00
Joel Sherrill
2f957f19bd Merged Ralf Corsepius' 4.5 Build Issues FAQ into this. 2000-05-28 19:33:59 +00:00
Joel Sherrill
31bfb92fe7 Patch obtain from bug-texinfo mailing list from Trevin Beattie
<trevin@eyring.com> to make hyperlinks take you to the top of
a page rather than the bottom.
2000-05-28 18:31:01 +00:00
Joel Sherrill
3dacf353f4 Change linkcolor to Blue from Cyan per patch from Trevin Beattie
<trevin@eyring.com> obtained from bug-texinfo mailing list.
2000-05-28 18:27:31 +00:00
Joel Sherrill
9fa28fbc92 Bug fix from Trevin Beattie <trevin@eyring.com> picked up from
the bug-texinfo mailing list:

  There is also a bug in the PDF outline: Any outline item containing an
  underscore shows up as a bunch of texinfo codes ("@unhbox @kern.06em
  @vbox{...").  This bug was remedied by the following addition to
  \pdfmakeoutlines.
2000-05-28 18:26:07 +00:00
Joel Sherrill
81ecc05b4c Updated to reflect lower confdefs.h values and new control
over number of termios ports.
2000-05-28 18:21:16 +00:00
Joel Sherrill
19e87bbb06 Minor corrections from Nick Simon <Nick.SIMON@syntegra.bt.co.uk>.
- char * nameserver[3] appears twice, second occurrence should be ntpserver

 - in sect 3.3.3 ...ifcontig should be ifconfig
2000-05-25 13:22:57 +00:00
Joel Sherrill
b5e8d098cd Corrected paths. 2000-05-17 19:38:53 +00:00
Joel Sherrill
d0a4cad98a Added information on the location where the tools are installed. 2000-05-11 19:05:00 +00:00
Joel Sherrill
e3ec4cc3f7 Added "@" in front of "{" and "}" to make texinfo happy. 2000-05-10 15:03:01 +00:00
Joel Sherrill
3bee7f4314 Made examples include checking of return status. 2000-05-10 13:41:26 +00:00
Joel Sherrill
3ec0a3ce7e Removed duplicate NEEDS_CONSOLE_DRIVER. 2000-05-10 13:41:11 +00:00
Joel Sherrill
6648b228e0 Typo resulting in bad link fixed. 2000-05-09 22:34:10 +00:00
Joel Sherrill
dd96007027 Added comment on RTEMS_DEFAULT_MODE. 2000-05-09 21:34:46 +00:00
Joel Sherrill
14bf83ee63 Updated NT editor information to update status on PFE and add
pointers to emacs and vim.
2000-05-09 17:59:57 +00:00
Joel Sherrill
4684c7c024 Updated in order to generate a current tool chain documentation set. 2000-05-09 17:54:26 +00:00
Joel Sherrill
0f904827f5 Updated. 2000-05-08 19:44:25 +00:00
Joel Sherrill
d9a45972c2 Updated versions. 2000-05-08 19:18:45 +00:00
Joel Sherrill
9d18370971 Added some more. 2000-05-08 18:08:16 +00:00
Joel Sherrill
12cc4c6abb Added more information to the "next step" chapter. The new information
tries to give a pointer about how to approach writing an application.
2000-05-08 16:53:25 +00:00
Joel Sherrill
92d528b714 Patch from Ralf Corsepies <corsepiu@faw.uni-ulm.de> that
fixes handling of word-replace and removes tool/update.
2000-05-08 16:29:38 +00:00
Joel Sherrill
08d8693429 Made comment a little more detailed. 2000-05-08 16:21:13 +00:00
Joel Sherrill
ed2476f256 Updated. 2000-05-08 16:20:50 +00:00
Joel Sherrill
7d0ee4b044 Added Data Types chapter. 2000-05-08 16:19:46 +00:00
Joel Sherrill
80d0cbaade New file datatypes.texi added. 2000-05-08 16:16:37 +00:00
Joel Sherrill
920e3537a5 Added Data Types Chapter. 2000-05-08 16:16:14 +00:00