[SCM] make branch, master, updated. 4.4-31-g937e9aa3

"Paul D. Smith" <[email protected]> Tue, 27 Dec 2022 12:33:32 -0500 (EST)
Newsgroups gmane.comp.gnu.make.devel
Message-ID <[email protected]>
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  937e9aa32d8db6537edbd7260315106f7086b340 (commit)
       via  8e9c7db1e1b21e0a7754e2d333e551208220be2b (commit)
      from  15dfad96d77c9445d11be939a5042675e4ca8c65 (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 937e9aa32d8db6537edbd7260315106f7086b340
Author: Paul Smith <[email protected]>
Date:   Mon Dec 26 13:10:26 2022 -0500

    Make bootstrap.bat more portable
    
    Using backslashes in a sed command line is tricky as different programs
    use them differently as escape sequences.  Eli Zaretskii points out
    that Windows "echo" doesn't do any processing, so rework all our sed
    invocations to use script files created by echo.
    
    * bootstrap.bat: Use echo to create sed script files instead of -e.
    * Basic.mk.template: Fix typo in the comments.
    * .gitignore: Ignore any .sed scripts.

commit 8e9c7db1e1b21e0a7754e2d333e551208220be2b
Author: Paul Smith <[email protected]>
Date:   Sat Dec 24 15:48:48 2022 -0500

    * NEWS: Add a section for the next release
    
    Add a note for the MAKEFLAGS enhancements.

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

Summary of changes:
 .gitignore        |  2 +-
 Basic.mk.template |  2 +-
 NEWS              | 18 +++++++++++++++++-
 bootstrap.bat     | 31 ++++++++++++++++++++++++++++---
 4 files changed, 47 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
make