mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
* Documentation/GNUmakefile: Don't try to install README.NetBSD
* Documentation/machines.texi: Updates. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21320 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
db1ea032ae
commit
f03d6aa26e
3 changed files with 28 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-06-17 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/GNUmakefile: Don't try to install README.NetBSD
|
||||
* Documentation/machines.texi: Updates.
|
||||
|
||||
2005-06-10 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Instance/test-library.make: Remove dejagnu code and replace
|
||||
|
|
|
@ -69,7 +69,7 @@ DOCUMENT_TEXT_NAME = FAQ INSTALL README NEWS GNUstep-HOWTO ANNOUNCE
|
|||
|
||||
TOP_DOC_FILES = FAQ INSTALL README NEWS GNUstep-HOWTO ANNOUNCE
|
||||
README_FILES = README.Darwin README.MinGWOnCygwin README.Cygwin \
|
||||
README.MinGW README.NetBSD
|
||||
README.MinGW
|
||||
|
||||
|
||||
GNUstep-HOWTO_TEXI_FILES = version.texi
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
@ifclear HOWTO
|
||||
@c Machine Specific, Compilers, , (DIR)
|
||||
@node Machine Specific
|
||||
@node Machine Specific, Compilers, , (DIR)
|
||||
@chapter Machines
|
||||
@end ifclear
|
||||
|
||||
|
@ -43,6 +43,7 @@ GNUstep @email{bug-gnustep@@gnu.org}.
|
|||
* OSF/Alpha::
|
||||
* RedHat/Intel::
|
||||
* Slackware/Intel::
|
||||
* Slackware/Sparc::
|
||||
* Solaris 2.5.1/Sparc::
|
||||
* Solaris/Sparc::
|
||||
* Solaris 2.7/Intel::
|
||||
|
@ -556,7 +557,7 @@ None
|
|||
@end table
|
||||
|
||||
@c -----------------------------------------
|
||||
@node Slackware/Intel, Solaris 2.5.1/Sparc, RedHat/Intel, Machine Specific
|
||||
@node Slackware/Intel, Slackware/Sparc, RedHat/Intel, Machine Specific
|
||||
@section Slackware/Intel
|
||||
|
||||
@table @var
|
||||
|
@ -572,7 +573,25 @@ Unknown.
|
|||
@end table
|
||||
|
||||
@c -----------------------------------------
|
||||
@node Solaris 2.5.1/Sparc, Solaris/Sparc, Slackware/Intel, Machine Specific
|
||||
@node Slackware/Sparc, Solaris 2.5.1/Sparc, Slackware/Intel, Machine Specific
|
||||
@section Slackware/Sparc (Splack)
|
||||
|
||||
Tested with Spalck 8.0
|
||||
|
||||
@table @var
|
||||
@item Recommended compiler
|
||||
gcc 3.2, no extra options.
|
||||
|
||||
@item Extra libs needed
|
||||
Unknown.
|
||||
|
||||
@item Special Instructions
|
||||
Tested on an ultra sparc server, kernel 2.4.27, XF86-4.0.3
|
||||
|
||||
@end table
|
||||
|
||||
@c -----------------------------------------
|
||||
@node Solaris 2.5.1/Sparc, Solaris/Sparc, Slackware/Sparc, Machine Specific
|
||||
@section Solaris 2.5.1/Sparc (@emph{Obsolete})
|
||||
|
||||
This configuration is no longer being tested, but it may still work.
|
||||
|
|
Loading…
Reference in a new issue