source: rtems/doc/started/started.texi @ 110445c

4.104.114.84.95
Last change on this file since 110445c was 110445c, checked in by Joel Sherrill <joel.sherrill@…>, on 06/10/00 at 19:41:09

Patch rtems-rc-4.5.0-21.diff from Ralf Corsepius <corsepiu@…>
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

  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[ed11cadf]1\input texinfo   @c -*-texinfo-*-
[417fcc73]2@c %**start of header
3@setfilename started
4@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c @smallbook
8@c %**end of header
9
10@c
[0660b4f8]11@c  COPYRIGHT (c) 1988-1999.
[417fcc73]12@c  On-Line Applications Research Corporation (OAR).
13@c  All rights reserved.
14@c
15@c  $Id$
16@c
17
18@c
19@c   Master file for the Getting Started (C) Guide
20@c
21
[fc76a6aa]22@include version.texi
[110445c]23@include common/setup.texi
[417fcc73]24
[bdec2709]25@c
26@c  Now set all the tool version dependent information
27@c
[2ba8875]28@include tversions.texi
[bdec2709]29
[fc76a6aa]30@ifset use-ascii
31@dircategory RTEMS On-Line Manual
32@direntry
33* Getting Started with RTEMS for C/C++ Users: (started).
34@end direntry
35@end ifset
[417fcc73]36
37@c
38@c  Title Page Stuff
39@c
40
41@c
42@c  I don't really like having a short title page.  --joel
43@c
44@c @shorttitlepage Getting Started with RTEMS
45
46@setchapternewpage odd
[bdec2709]47@settitle Getting Started with RTEMS for C/C++ Users
[417fcc73]48@titlepage
49@finalout
50
[bdec2709]51@title Getting Started with RTEMS for C/C++ Users
[fc76a6aa]52@subtitle Edition @value{EDITION}, for @value{VERSION}
[417fcc73]53@sp 1
[fc76a6aa]54@subtitle @value{UPDATED}
[417fcc73]55@author On-Line Applications Research Corporation
56@page
[110445c]57@include common/cpright.texi
[417fcc73]58@end titlepage
59
60@c  This prevents a black box from being printed on "overflow" lines.
61@c  The alternative is to rework a sentence to avoid this problem.
62
[6113b3a]63@include intro.texi
64@include require.texi
[9f9efbc]65@include binaries.texi
[6113b3a]66@include buildc.texi
67@include buildrt.texi
68@include sample.texi
69@include gdb.texi
[adee5979]70@include nextstep.texi
[79bb9221]71@include nt.texi
[417fcc73]72
73@ifinfo
[6113b3a]74@node Top, Introduction, (dir), (dir)
[417fcc73]75@top started
76
[bdec2709]77This is the online version of the Getting Started with RTEMS for C/C++ Users.
[417fcc73]78
79@menu
80* Introduction::
81* Requirements::
[9f9efbc]82* Prebuilt Toolset Executables::
[417fcc73]83* Building the GNU C/C++ Cross Compiler Toolset::
84* Building RTEMS::
85* Building the Sample Application::
86* Building the GNU Debugger::
[adee5979]87* Where To Go From Here::
[79bb9221]88* Using MS-Windows as a Development Host::
[417fcc73]89@end menu
90
[8a3fd66]91@c * Command and Variable Index::
92@c * Concept Index::
[417fcc73]93@end ifinfo
94@c
95@c
96@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
97@c
98
[79bb9221]99@c @node Command and Variable Index, Concept Index, Installing EGCS AND NEWLIB, Top
[8a3fd66]100@c @unnumbered Command and Variable Index
[417fcc73]101
[8a3fd66]102@c There are currently no Command and Variable Index entries.
[417fcc73]103
104@c @printindex fn
105
[8a3fd66]106@c @node Concept Index, , Command and Variable Index, Top
107@c @unnumbered Concept Index
[417fcc73]108
[8a3fd66]109@c There are currently no Concept Index entries.
[417fcc73]110@c @printindex cp
111
112@contents
113@bye
114
Note: See TracBrowser for help on using the repository browser.