]> git.ipfire.org Git - thirdparty/make.git/commit
Make bootstrap.bat more portable
authorPaul Smith <psmith@gnu.org>
Mon, 26 Dec 2022 18:10:26 +0000 (13:10 -0500)
committerPaul Smith <psmith@gnu.org>
Mon, 26 Dec 2022 18:10:26 +0000 (13:10 -0500)
commit937e9aa32d8db6537edbd7260315106f7086b340
tree95e115769c597ef90fa66f7c1f1733e96b583e66
parent8e9c7db1e1b21e0a7754e2d333e551208220be2b
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.
.gitignore
Basic.mk.template
bootstrap.bat