]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
make: 4.2.1 -> 4.3
authorJens Rehsack <sno@netbsd.org>
Mon, 24 Feb 2020 14:39:20 +0000 (15:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 29 Feb 2020 13:01:29 +0000 (13:01 +0000)
commit4a5d4cf0cc8a4a6af76f23dd8a29627042230f98
tree3a477cdf76691dd39500f3ff6c31255d6dc96b63
parentccb374c279b260b1fd3460f6bfd1567240816055
make: 4.2.1 -> 4.3

Announcement: https://lists.gnu.org/archive/html/bug-make/2020-01/msg00057.html

1) Remove upstream provided patches 0001-glob-Do-not-assume-glibc-glob-internals.patch
   and 0002-glob-Do-not-assume-glibc-glob-internals.patch.

2) License has been changed to GPLv3 only

3) Important bug-fix is
   * https://lists.gnu.org/archive/html/bug-make/2018-09/msg00006.html

4) Backward-incompatibilities:
   * Number signs (#) appearing inside a macro reference or function invocation
     no longer introduce comments and should not be escaped with backslashes
   * Previously appending using '+=' to an empty variable would result in a value
     starting with a space.  Now the initial space is only added if the variable
     already contains some value.  Similarly, appending an empty string does not
     add a trailing space.

Fix incompatibility issues between gnulib bundled with updated make fix issues
in w32 compat sources.

Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/make/make.inc
meta/recipes-devtools/make/make/0001-glob-Do-not-assume-glibc-glob-internals.patch [deleted file]
meta/recipes-devtools/make/make/0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch [new file with mode: 0644]
meta/recipes-devtools/make/make/0001-src-dir.c-fix-buffer-overflow-warning.patch [new file with mode: 0644]
meta/recipes-devtools/make/make/0002-glob-Do-not-assume-glibc-glob-internals.patch [deleted file]
meta/recipes-devtools/make/make/0002-modules-fcntl-allow-being-detected-by-importing-proj.patch [new file with mode: 0644]
meta/recipes-devtools/make/make/0002-w32-compat-dirent.c-follow-header.patch [new file with mode: 0644]
meta/recipes-devtools/make/make/0003-posixfcn-fcntl-gnulib-make-emulated.patch [new file with mode: 0644]
meta/recipes-devtools/make/make_4.2.1.bb [deleted file]
meta/recipes-devtools/make/make_4.3.bb [new file with mode: 0644]