]> git.ipfire.org Git - thirdparty/make.git/commit
[SV 63516] [DOS] Support include files with drivespecs
authorPaul Smith <psmith@gnu.org>
Sat, 17 Dec 2022 16:01:31 +0000 (11:01 -0500)
committerPaul Smith <psmith@gnu.org>
Mon, 19 Dec 2022 01:06:38 +0000 (20:06 -0500)
commit5d1b757517b5ef3db5b7150fbcf7a310a3c627ce
tree7fe42cbc146e8d55d09f19e4eb00e00772674d5a
parentc0023150f176a91526d88b45eb02334add9059e1
[SV 63516] [DOS] Support include files with drivespecs

* src/makeint.h (HAVE_DRIVESPEC): Create a macro to check.
* src/main.c (.FEATURES): Add "dospaths" as a feature.
* src/read.c (eval_makefile) [DOS]: If the included makefile name
starts with a drivespec, don't search the include directories.
* doc/make.texi (Include): Document this behavior.
* tests/scripts/features/include: Add a test.
doc/make.texi
src/main.c
src/makeint.h
src/read.c
tests/scripts/features/include