]> git.ipfire.org Git - thirdparty/make.git/commit
Fix build and test issues on Windows
authorPaul Smith <psmith@gnu.org>
Sun, 28 Mar 2021 20:22:57 +0000 (16:22 -0400)
committerPaul Smith <psmith@gnu.org>
Sun, 28 Mar 2021 20:25:52 +0000 (16:25 -0400)
commit1ae90c030d5ffc79f74e3938880445a6b8b2412e
treef68609e46f4d1ec03c8eb4f09e89edc83d266c5a
parent0fb6f2d985212f9457b93ca5d03312013b0a4afe
Fix build and test issues on Windows

* src/dep.h (DEP): Remove extraneous semicolon.
* src/dir.c (find_directory) [W32]: Replace removed variable.
* tests/scripts/features/include: Allow the extra default makefile
searched for on Windows.
* tests/scripts/functions/file: Use $(info ...) to avoid "command
too long" errors on Windows.
src/dep.h
src/dir.c
tests/scripts/features/include
tests/scripts/functions/file