* README.git: Clarify some release steps

* README.in: Update some info and remove some obsolete notes.
This commit is contained in:
Paul Smith 2023-02-26 15:52:25 -05:00
parent fcefae5ec9
commit e6bd61d949
2 changed files with 18 additions and 18 deletions

View File

@ -335,10 +335,15 @@ When publishing a final release there are extra steps that need to be taken:
Manage the Savannah project for GNU Make: Manage the Savannah project for GNU Make:
* In Savannah modify the "Value", "Rank", and "Description" values for the * In Savannah edit the "Component Version" field and choose the "SCM" entry.
current "SCM" entry in both "Component Version" and "Fix Release" fields Modify the "Value", "Rank", and "Description" values for the to refer to
to refer to the new release. The "Rank" field should be 10 less than the the new release. The "Rank" field should be 10 less than the previous
previous release so it orders properly. release so it orders properly.
* In Savannah edit the "Fixed Release" field and choose the "SCM" entry.
Modify the "Value", "Rank", and "Description" values for the to refer to
the new release. The "Rank" field should be 10 less than the previous
release so it orders properly.
* In Savannah create a new entry for the "Component Version" field: * In Savannah create a new entry for the "Component Version" field:
- Value: SCM - Value: SCM

View File

@ -3,11 +3,15 @@ This directory contains the @PACKAGE_VERSION@ release of @PACKAGE_NAME@.
See the file NEWS for the user-visible changes from previous releases. See the file NEWS for the user-visible changes from previous releases.
In addition, there have been bugs fixed. In addition, there have been bugs fixed.
>> If you are trying to build GNU Make from a Git clone rather than a
>> downloaded source distribution, see the README.git file for instructions.
Please check the system-specific notes below for any caveats related to your Please check the system-specific notes below for any caveats related to your
operating system. operating system.
If you are trying to build GNU Make from a Git clone rather than a downloaded This README assumes you are building on a POSIX-based operating system.
source distribution, see the README.git file for instructions. For ports to other operating systems please see the system-specific README
files, as described in the "Ports" section below.
For source distribution building and installation instructions, see the file For source distribution building and installation instructions, see the file
INSTALL. INSTALL.
@ -29,6 +33,7 @@ GNU Make is copyright by the Free Software Foundation. Copyright notices
condense sequential years into a range; e.g. "1987-1994" means all years condense sequential years into a range; e.g. "1987-1994" means all years
from 1987 to 1994 inclusive. from 1987 to 1994 inclusive.
Downloading Downloading
----------- -----------
@ -140,16 +145,6 @@ known to be broken to be checked in. Use at your own risk.
System-specific Notes System-specific Notes
--------------------- ---------------------
It has been reported that the XLC 1.2 compiler on AIX 3.2 is buggy such
that if you compile make with 'cc -O' on AIX 3.2, it will not work
correctly. It is said that using 'cc' without '-O' does work.
The standard /bin/sh on SunOS 4.1.3_U1 and 4.1.4 is broken and cannot be
used to configure GNU Make. Please install a different shell such as
bash or pdksh in order to run "configure". See this message for more
information:
https://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00190.html
One area that is often a problem in configuration and porting is the code One area that is often a problem in configuration and porting is the code
to check the system's current load average. To make it easier to test and to check the system's current load average. To make it easier to test and
debug this code, you can do 'make check-loadavg' to see if it works debug this code, you can do 'make check-loadavg' to see if it works
@ -201,8 +196,8 @@ Ports
it you should start by asking on those mailing lists and forums. it you should start by asking on those mailing lists and forums.
Please note there are two _separate_ ports of GNU Make for Microsoft Please note there are two _separate_ ports of GNU Make for Microsoft
systems: a native Windows tool built with (for example) MSVC or Cygwin, systems: a native Windows port built with (for example) MSVC or MinGW,
and a DOS-based tool built with DJGPP. Please be sure you are looking and a DOS-based port built with DJGPP. Please be sure you are looking
at the right README! at the right README!