summaryrefslogtreecommitdiff
path: root/Basic.mk.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-12-26 13:10:26 -0500
committerPaul Smith <psmith@gnu.org>2022-12-26 13:10:26 -0500
commit937e9aa32d8db6537edbd7260315106f7086b340 (patch)
tree95e115769c597ef90fa66f7c1f1733e96b583e66 /Basic.mk.template
parent8e9c7db1e1b21e0a7754e2d333e551208220be2b (diff)
downloadmake-git-937e9aa32d8db6537edbd7260315106f7086b340.tar.gz
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.
Diffstat (limited to 'Basic.mk.template')
-rw-r--r--Basic.mk.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/Basic.mk.template b/Basic.mk.template
index 07a45454..4216d1ec 100644
--- a/Basic.mk.template
+++ b/Basic.mk.template
@@ -2,7 +2,7 @@
#
# NOTE:
# If you have no 'make' program at all to process this makefile:
-# * On Windows, run ".\buildw32.bat" to bootstrap one.
+# * On Windows, run ".\build_w32.bat" to bootstrap one.
# * On MS-DOS, run ".\builddos.bat" to bootstrap one.
#
# Once you have a GNU make program created, you can use it with this makefile