2003-08-28 Ralf Corsepius <corsepius@faw.uni-ulm.de>

* basic.t, build45.t, tools.t: Reflect new VARS in
	../common/setup.texi, various minor changes and fixes.
This commit is contained in:
Ralf Corsepius
2003-08-28 13:45:57 +00:00
parent 22e47e3176
commit a3a2dee5ab
4 changed files with 16 additions and 13 deletions

View File

@@ -1,3 +1,8 @@
2003-08-28 Ralf Corsepius <corsepius@faw.uni-ulm.de>
* basic.t, build45.t, tools.t: Reflect new VARS in
../common/setup.texi, various minor changes and fixes.
2003-08-22 Joel Sherrill <joel@OARcorp.com> 2003-08-22 Joel Sherrill <joel@OARcorp.com>
* basic.t, entry: Reconcile differences between CVS trunk and 4.6 * basic.t, entry: Reconcile differences between CVS trunk and 4.6

View File

@@ -145,13 +145,11 @@ Yes, but not all are based on standards and the open source philosophy.
@section How can I get RTEMS? @section How can I get RTEMS?
RTEMS is distributed by OAR Corporation via the Internet. Point your RTEMS is distributed by @uref{http://www.OARcorp.com,OAR Corporation} via the
Internet. Point your
favorite browser at the following URL and following the link: favorite browser at the following URL and following the link:
@c this version should work @uref{@value{RTEMSHTTPURL},@value{RTEMSHTTPURL}}
@c @set OAR-URL http://www.OARcorp.com
@c @uref{@value{OAR-URL},@value{OAR-URL}}
@uref{http://www.OARcorp.com,http://www.OARcorp.com}
@section What about support? @section What about support?
@@ -160,22 +158,22 @@ training, and custom development.
@section Are there any mailing lists? @section Are there any mailing lists?
The primary RTEMS mailing list is @code{rtems-users@@oarcorp.com}. This The primary RTEMS mailing list is @code{@value{RTEMSUSERS}}. This
list is for general RTEMS discussions, questions, design help, advice, list is for general RTEMS discussions, questions, design help, advice,
etc.. Subscribe by sending an empty mail etc.. Subscribe by sending an empty mail
message to @code{rtems-users-subscribe@@OARcorp.com}. This message to @code{@value{RTEMSUSERSSUBSCRIBE}}. This
mailing list is archived at: mailing list is archived at:
@example @example
http://www.oarcorp.com/rtems/maillistArchives/rtems-users http://www.oarcorp.com/rtems/maillistArchives/rtems-users
@end example @end example
The @code{rtems-snapshots@@oarcorp.com} mailing list is for those The @code{@value{RTEMSSNAPSHOTS}} mailing list is for those
interested in taking a more active role in the design, development, interested in taking a more active role in the design, development,
and maintenance of RTEMS. Discussions on this list tend to focus and maintenance of RTEMS. Discussions on this list tend to focus
on problems in the development source, design of new features, problem on problems in the development source, design of new features, problem
reports, etc.. Subscribe by sending an empty mail reports, etc.. Subscribe by sending an empty mail
message to @code{rtems-snapshots-subscribe@@OARcorp.com}. message to @code{@value{RTEMSSNAPSHOTSSUBSCRIBE}}.
mailing list is archived at: mailing list is archived at:
@example @example

View File

@@ -72,7 +72,7 @@ Native Cygwin binaries should be available at Cygnus.
GNU-Toolchain binaries (gcc, binutils etc.) for Linux and patches required GNU-Toolchain binaries (gcc, binutils etc.) for Linux and patches required
to build them from source are available from to build them from source are available from
@uref{ftp://ftp.oarcorp.com,OAR Corporation}. @uref{@value{RTEMSFTPURL},the RTEMS ftp site}.
@section Issues when building RTEMS @section Issues when building RTEMS
@@ -411,8 +411,8 @@ have been adapted to autoconf >= 2.50 demands.
Several possibilities (In decreasing preference): Several possibilities (In decreasing preference):
@itemize @bullet @itemize @bullet
@item File a bug report at @uref{http://www.oarcorp.com/cgi-bin/gnatsweb.pl,OAR's GNAT} @item File a bug report at @uref{@value{RTEMSGNATS},RTEMS's GNATS}
@item Send an email to @uref{mailto:rtems-bugs@@OARcorp.com,rtems-bugs@@OARcorp.com} @item Send an email to @uref{mailto:@value{RTEMSBUGS},@value{RTEMSBUGS}}
@item Report your problem to one of the RTEMS mailing lists @item Report your problem to one of the RTEMS mailing lists
(Cf. @ref{Are there any mailing lists?}). (Cf. @ref{Are there any mailing lists?}).
@end itemize @end itemize

View File

@@ -13,7 +13,7 @@ in a non-language specific way.
@section What is GNU? @section What is GNU?
Take a look at @uref{http://www.gnu.org} for information on the GNU Project. Take a look at @uref{http://www.gnu.org,http://www.gnu.org} for information on the GNU Project.
@section How do I generate a patch? @section How do I generate a patch?