about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2022-09-13 13:39:13 -0400
committerH.J. Lu <hjl.tools@gmail.com>2024-05-09 20:14:31 -0700
commita13b358cfb0421640afd5b6b5414299af148e8e9 (patch)
tree4d9cf8ba8846b2163d36d5f8fde1ef4f8c6df2bc /sysdeps/unix/sysv/linux
parent0976774b75d2aa465d1052d55f658d8c6bac13f0 (diff)
downloadglibc-a13b358cfb0421640afd5b6b5414299af148e8e9.tar.gz
glibc-a13b358cfb0421640afd5b6b5414299af148e8e9.tar.xz
glibc-a13b358cfb0421640afd5b6b5414299af148e8e9.zip
Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]
make-4.4 will add long flags to MAKEFLAGS variable:

    * WARNING: Backward-incompatibility!
      Previously only simple (one-letter) options were added to the MAKEFLAGS
      variable that was visible while parsing makefiles.  Now, all options
      are available in MAKEFLAGS.

This causes locale builds to fail when long options are used:

    $ make --shuffle
    ...
    make  -C localedata install-locales
    make: invalid shuffle mode: '1662724426r'

The change fixes it by passing eash option via whitespace and dashes.
That way option is appended to both single-word form and whitespace
separated form.

While at it fixed --silent mode detection in $(MAKEFLAGS) by filtering
out --long-options. Otherwise options like --shuffle flag enable silent
mode unintentionally. $(silent-make) variable consolidates the checks.

Resolves: BZ# 29564

CC: Paul Smith <psmith@gnu.org>
CC: Siddhesh Poyarekar <siddhesh@gotplt.org>
Signed-off-by: Sergei Trofimovich <slyich@gmail.com>
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
(cherry picked from commit 2d7ed98add14f75041499ac189696c9bd3d757fe)
Diffstat (limited to 'sysdeps/unix/sysv/linux')
0 files changed, 0 insertions, 0 deletions