summaryrefslogtreecommitdiff
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 08195763..1ea8c55c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,7 +37,7 @@ configure
stamp-*
.dirstamp
gnulib
-convert.sed
+*.sed
# Build artifacts
.deps/