source: rtems/doc/ada_user/ada_user.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: 3.3 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename ada_user
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 Ada User's Guide
20@c
21
22@c Joel's Questions
23@c
24@c  1.  Why does paragraphindent only impact makeinfo?
25@c  2.  Why does paragraphindent show up in HTML?
26@c
27
28@include version.texi
29@include common/setup.texi
30
31@ifset use-ascii
32@dircategory RTEMS On-Line Manual
33@direntry
34* RTEMS Ada User: (ada_user).          The Ada User's Guide
35@end direntry
36@end ifset
37
38
39@c variable substitution info:
40@c
41@clear is-C
42@set is-Ada
43@set LANGUAGE Ada
44@set STRUCTURE record
45@set ROUTINE subprogram
46@set OR or
47@set RPREFIX RTEMS.
48@set DIRPREFIX rtems.
49@c the language is @value{LANGUAGE}
50@c NOTE:  don't use underscore in the name
51@c
52
53@c
54@c  Title Page Stuff
55@c
56
57@c
58@c  I don't really like having a short title page.  --joel
59@c
60@c @shorttitlepage RTEMS Applications Ada User's Guide
61
62@setchapternewpage odd
63@settitle RTEMS Ada User's Guide
64@titlepage
65@finalout
66
67@title RTEMS Applications Ada User's Guide
68@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
69@sp 1
70@subtitle @value{UPDATED}
71@author On-Line Applications Research Corporation
72@page
73@include common/cpright.texi
74@end titlepage
75
76@c  This prevents a black box from being printed on "overflow" lines.
77@c  The alternative is to rework a sentence to avoid this problem.
78
79@include user/preface.texi
80@include user/overview.texi
81@include user/concepts.texi
82@include user/datatypes.texi
83@include user/init.texi
84@include user/task.texi
85@include user/intr.texi
86@include user/clock.texi
87@include user/timer.texi
88@include user/sem.texi
89@include user/msg.texi
90@include user/event.texi
91@include user/signal.texi
92@include user/part.texi
93@include user/region.texi
94@include user/dpmem.texi
95@include user/io.texi
96@include user/fatal.texi
97@include user/schedule.texi
98@include user/rtmon.texi
99@include user/bsp.texi
100@include user/userext.texi
101@include user/conf.texi
102@include user/mp.texi
103@include user/dirstat.texi
104@include example.texi
105@include user/glossary.texi
106@ifinfo
107@node Top, Preface, (dir), (dir)
108@top ada_user
109
110This is the online version of the RTEMS Ada User's Guide.
111
112@menu
113* Preface::
114* Overview::
115* Key Concepts::
116* RTEMS Data Types::
117* Initialization Manager::
118* Task Manager::
119* Interrupt Manager::
120* Clock Manager::
121* Timer Manager::
122* Semaphore Manager::
123* Message Manager::
124* Event Manager::
125* Signal Manager::
126* Partition Manager::
127* Region Manager::
128* Dual-Ported Memory Manager::
129* I/O Manager::
130* Fatal Error Manager::
131* Scheduling Concepts::
132* Rate Monotonic Manager::
133* Board Support Packages::
134* User Extensions Manager::
135* Configuring a System::
136* Multiprocessing Manager::
137* Directive Status Codes::
138* Example Application::
139* Glossary::
140* Command and Variable Index::
141* Concept Index::
142@end menu
143
144@end ifinfo
145@c
146@c
147@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
148@c
149
150@node Command and Variable Index, Concept Index, Glossary, Top
151@unnumbered Command and Variable Index
152
153@c There are currently no Command and Variable Index entries.
154
155@printindex fn
156
157@node Concept Index, , Command and Variable Index, Top
158@unnumbered Concept Index
159
160@c There are currently no Concept Index entries.
161@printindex cp
162
163@contents
164@bye
165
Note: See TracBrowser for help on using the repository browser.