From Fedora Project Wiki
(Created page with "= Change Proposal Name Fedora 21 Make 4.0 Update = == Summary == This change brings Make 4.0 to Fedora 21. == Owner == * Name: Patsy Franklin * Email: p...")
 
Line 55: Line 55:
* Other developers:  
* Other developers:  
There are some minor error message changes that may show up as log file differences.
There are some minor error message changes that may show up as log file differences.
If a package's makefile requires a specific version of make, the makefiles may
need editing to include make 4.0.


* Release engineering:  
* Release engineering:  
Line 64: Line 67:


No impact on system upgrade.
No impact on system upgrade.
<!-- REQUIRED FOR SYSTEM WIDE CHANGES -->
N/A (not a System Wide Change)


== How To Test ==
== How To Test ==
* No special hardware is needed.
* No special hardware is needed.
* Integration testing simply consists of installing Make packages on Fedora and checking that it continues to work as expected.
* Integration testing simply consists of installing Make packages on Fedora and checking that it continues to work as expected.


== User Experience ==
== User Experience ==
Line 79: Line 78:
== Dependencies ==
== Dependencies ==


N/A (not a System Wide Change)
None


== Contingency Plan ==
== Contingency Plan ==
Line 85: Line 84:
Revert back to current version of Make on Fedora 21.
Revert back to current version of Make on Fedora 21.


* Contingency mechanism: (What to do?  Who will do it?) N/A (not a System Wide Change)
* Contingency mechanism: Revert the shipped configuration. Remove the patch and spec file changes associated with this update.


* Contingency deadline: N/A (not a System Wide Change) 
* Contingency deadline: ASAP


* Blocks release? N/A (not a System Wide Change) No
* Blocks release? No


* Blocks product? product None
* Blocks product? None


== Documentation ==
== Documentation ==
https://lists.gnu.org/archive/html/make-w32/2013-10/msg00021.html
https://lists.gnu.org/archive/html/make-w32/2013-10/msg00021.html
<!-- REQUIRED FOR SYSTEM WIDE CHANGES -->
N/A (not a System Wide Change)


== Release Notes ==
== Release Notes ==
Line 106: Line 102:
[[Category:ChangeReadyForWrangler]]
[[Category:ChangeReadyForWrangler]]


[[Category:SelfContainedChange]]
[[Category:SystemWideChange]]

Revision as of 14:37, 11 April 2014

Change Proposal Name Fedora 21 Make 4.0 Update

Summary

This change brings Make 4.0 to Fedora 21.

Owner

Current status

  • Targeted release: Fedora 21
  • Last updated: 2014-04-08
  • Tracker bug: <will be assigned by the Wrangler>

Detailed Description

The purpose of this update is to synchronize Fedora with the most recent Make release.

Several new features, new command line options, new variables, and bug fixes have been implemented in Make 4.0.

Improved error reporting may result in log file differences. If a recipe fails, the makefile name and linenumber of the recipe are shown.

There is one backwards-incompatibility regarding the use of .POSIX. Make 4.0 will adhere to POSIX requirements for backshlash/newline handling. See the link included under Documentation for more details.

A new subpackage make-devel will be created containing gnumake.h,a new file containing externally-visible content.

Benefit to Fedora

Fedora will stay relevant, as far as Make is concerned.

New features and bug fixes will improve the usability and quality of the package for Fedora users.

Scope

  • Proposal owners:
    • Rebase to make-4.0
    • 6 patches need to be updated to work with new sources
    • 14 patches will be removed as they are already supported by the make-4.0 rebase
    • make.spec will be updated
    • local build and test (already completed for glibc and gcc)
    • patch created and submitted
    • build
  • Other developers:

There are some minor error message changes that may show up as log file differences.

If a package's makefile requires a specific version of make, the makefiles may need editing to include make 4.0.

  • Release engineering:

There will be a new subpackage make-devel.

  • Policies and guidelines: N/A (not a System Wide Change)

Upgrade/compatibility impact

No impact on system upgrade.

How To Test

  • No special hardware is needed.
  • Integration testing simply consists of installing Make packages on Fedora and checking that it continues to work as expected.

User Experience

Expected to remain largely the same.

Dependencies

None

Contingency Plan

Revert back to current version of Make on Fedora 21.

  • Contingency mechanism: Revert the shipped configuration. Remove the patch and spec file changes associated with this update.
  • Contingency deadline: ASAP
  • Blocks release? No
  • Blocks product? None

Documentation

https://lists.gnu.org/archive/html/make-w32/2013-10/msg00021.html

Release Notes

Make has been upgraded to version 4.0. This upgrade includes several bug fixes and new features. It also includes new command line options and new variables to improve usability.