]> git.ipfire.org Git - thirdparty/make.git/commit
Use MK_OS_DOS macro instead of __MSDOS__
authorPaul Smith <psmith@gnu.org>
Mon, 16 Jan 2023 05:03:13 +0000 (00:03 -0500)
committerPaul Smith <psmith@gnu.org>
Mon, 16 Jan 2023 05:03:13 +0000 (00:03 -0500)
commit6f3e9e9b844cf5e9cd95e9af9ae5fa9409993bd7
treeacec441002f46aef18ea420dee099ca25e7dc665
parent6128c3e266940ebc3c5e5a4a54241354334d1ebc
Use MK_OS_DOS macro instead of __MSDOS__

* src/configh.dos: Set MK_OS_DOS to 1
* src/*: Convert #if refs to __MSDOS__, to use MK_OS_DOS.
* gl/lib/*: Ditto.
14 files changed:
gl/lib/glob.c
src/commands.c
src/configh.dos
src/default.c
src/dir.c
src/function.c
src/job.c
src/main.c
src/misc.c
src/os.h
src/read.c
src/remake.c
src/variable.c
src/vpath.c