source: rtems/doc/supplements/template/template.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
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename template
4@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c @smallbook
8@c %**end of header
9
10@c
11@c  COPYRIGHT (c) 1988-1999.
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 Template Applications Supplement
20@c
21
22@include version.texi
23@include common/setup.texi
24
25@ifset use-ascii
26@dircategory RTEMS Target Supplements
27@direntry
28* RTEMS Template Applications Supplement: (template).
29@end direntry
30@end ifset
31
32@c
33@c  Title Page Stuff
34@c
35
36@c
37@c  I don't really like having a short title page.  --joel
38@c
39@c @shorttitlepage RTEMS Template Applications Supplement
40
41@setchapternewpage odd
42@settitle RTEMS Template Applications Supplement
43@titlepage
44@finalout
45
46@title RTEMS Template Applications Supplement
47@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
48@sp 1
49@subtitle @value{UPDATED}
50@author On-Line Applications Research Corporation
51@page
52
53@include common/cpright.texi
54@end titlepage
55
56@c  This prevents a black box from being printed on "overflow" lines.
57@c  The alternative is to rework a sentence to avoid this problem.
58
59@include preface.texi
60@include cpumodel.texi
61@include callconv.texi
62@include memmodel.texi
63@include intr.texi
64@include fatalerr.texi
65@include bsp.texi
66@include cputable.texi
67@include wksheets.texi
68@include timing.texi
69@include timeBSP.texi
70@ifinfo
71@node Top, Preface, (dir), (dir)
72@top template
73
74This is the online version of the RTEMS Template
75Applications Supplement.
76
77@menu
78* Preface::
79* CPU Model Dependent Features::
80* Calling Conventions::
81* Memory Model::
82* Interrupt Processing::
83* Default Fatal Error Processing::
84* Board Support Packages::
85* Processor Dependent Information Table::
86* Memory Requirements::
87* Timing Specification::
88* MYBSP Timing Data::
89* Command and Variable Index::
90* Concept Index::
91@end menu
92
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
99@node Command and Variable Index, Concept Index, MYBSP Timing Data Rate Monotonic Manager, Top
100@unnumbered Command and Variable Index
101
102There are currently no Command and Variable Index entries.
103
104@c @printindex fn
105
106@node Concept Index, , Command and Variable Index, Top
107@unnumbered Concept Index
108
109There are currently no Concept Index entries.
110@c @printindex cp
111
112@contents
113@bye
114
Note: See TracBrowser for help on using the repository browser.