make-alpha
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] make branch, master, updated. 4.4-48-ga275f4e9


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.4-48-ga275f4e9
Date: Sun, 8 Jan 2023 16:49:50 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "make".

The branch, master has been updated
       via  a275f4e9ab14a2ff827b67b46dd3bc746cdba328 (commit)
      from  11444fb001cf57f32fb5022cd934c3cf489e66b2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a275f4e9ab14a2ff827b67b46dd3bc746cdba328
Author: Paul Smith <psmith@gnu.org>
Date:   Sun Jan 8 16:40:55 2023 -0500

    [SV 61218] Ensure MAKEFLAGS is expanded even with -e
    
    If -e was given we weren't expanding MAKEFLAGS before passing it
    through the environment to jobs: we don't expand variables we
    receive from the environment and when -e is given we set the
    origin of MAKEFLAGS to "environment override".  Check for MAKEFLAGS
    specifically, which seems like a hack but I don't have a better
    idea offhand.
    
    * src/main.c (main): Drive-by: use o_default for MAKEOVERRIDES.
    * src/variable.c (target_environment): Always expand MAKEFLAGS
    regardless of the origin type.
    * tests/scripts/options/dash-e: Create a test.

-----------------------------------------------------------------------

Summary of changes:
 src/main.c                   |  2 +-
 src/variable.c               |  5 +++--
 tests/scripts/options/dash-e | 15 ++++++++++++---
 3 files changed, 16 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
make



reply via email to

[Prev in Thread] Current Thread [Next in Thread]